function RunMainPageAd()
{
document.write('<object type="application/x-shockwave-flash" data="images/homepagead.swf" width="655" height="200">\r\n');
document.write('<param name="movie" value="images/homepagead.swf" />\r\n');
document.write('<PARAM NAME=quality VALUE=best />\r\n');
document.write('<PARAM NAME=wmode VALUE=transparent />\r\n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF />\r\n');
document.write('<img src="noflash.gif" width="655" height="200" alt="" />\r\n');
document.write('</object>\r\n');
}


function RunLeftAd()
{
document.write('<object type="application/x-shockwave-flash" data="images/leftad.swf" width="210" height="320">\r\n');
document.write('<param name="movie" value="images/leftad.swf" />\r\n');
document.write('<PARAM NAME=quality VALUE=best />\r\n');
document.write('<PARAM NAME=wmode VALUE=transparent />\r\n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF />\r\n');
document.write('<img src="noflash.gif" width="210" height="320" alt="" />\r\n');
document.write('</object>\r\n');
}

function showPhoto(img,title){
	document.getElementById('displayed_image').src = img;
	document.getElementById('photoTitle').innerHTML = title;

}
