//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_main1.swf\"><PARAM NAME=\"Src\" VALUE=\"images/master_main1.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_main1.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/banner1-e.jpg\" width=\"685\" height=\"178\" alt=\"Today, I sang to my granddaughter, bartered with a merchant, and remembered how it felt to run and play with my children\" border=\"0\">");
}