//begin carousel code
document.write("<div align='center'><object class='movie' style='width:475px;height:180px;position:relative;top:-0px;'");
	document.write("classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'");
	document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0'>");
	document.write("<param name='movie' value='scripts/Carousel.swf' width='475' height='180' />");
	document.write("<param name='flashvars' value='xmlfile=books.xml' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='bgcolor' value='#FEF9F5' />");
	document.write("<param name='wmode' value='transparent' />");
    document.write("<embed src='scripts/Carousel.swf' width='475' height='180' quality='high' bgcolor='#FEF9F5' name='carousel' FLASHVARS='xmlfile=books.xml' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' />");
document.write("</object></div>");
