//function to print flash or non-flash html
// if (pluginlist.indexOf("Flash")!=-1) 
if(1){
document.write("<OBJECT WIDTH=\"685\" HEIGHT=\"178\" NAME=\"flash1\" CODEBASE=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0\" CLASSID=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"><PARAM NAME=\"Movie\" VALUE=\"images/master_main3.swf\"><PARAM NAME=\"Src\" VALUE=\"images/master_main3.swf\">	<PARAM NAME=\"Loop\" VALUE=\"-1\"><PARAM NAME=\"Quality\" VALUE=\"high\"><PARAM NAME=\"Menu\" VALUE=\"0\"><PARAM NAME=\"Scale\" VALUE=\"exactfit\"><EMBED SRC=\"images/master_main3.swf\" WIDTH=\"685\" HEIGHT=\"178\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/\" TYPE=\"application/x-shockwave-flash\" SCALE=\"exactfit\" NAME=\"flash1\" LOOP=\"false\"></EMBED></OBJECT>");
}
else{
document.write("<img src=\"images/banner3-e.jpg\" width=\"685\" height=\"178\" alt=\"Today, I took my children to the place I grew up, wept as I drove through my neighbourhood, and hoped my child wouldn't have to endure such pain.\" border=\"0\">");
}