
function mother() {
document.writeln("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'")	
document.writeln(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'")	
document.writeln(" WIDTH='234' HEIGHT='428' id='#' ALIGN=''>")	
document.writeln(" <PARAM NAME=movie VALUE='images/index_left.swf'> ")	
document.writeln(" <PARAM NAME=quality VALUE=high> ")	
document.writeln(" <PARAM NAME=bgcolor VALUE=#FFFFFF>")	
document.writeln(" <PARAM NAME=wmode VALUE=transparent>")	
document.writeln("</OBJECT>")	
}

