function buildIndexFlash(){
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="media/swf/index_loader.swf" width="710" height="110" alt="">');
	document.write('<param name="movie" value="media/swf/index_loader.swf" alt=""/>');
	document.write('<a href="http://www.macromedia.com/software/flashplayer/"><img src="images/noflash.gif" alt="Get Flash" border="0"/></a>');
	document.write('</object>');
}
function buildContactFlash(){
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="media/swf/contact_loader.swf" width="710" height="110" alt="">');
	document.write('<param name="movie" value="media/swf/contact_loader.swf"alt=""/>');
	document.write('<a href="http://www.macromedia.com/software/flashplayer/" target="_blank"><img src="images/noflash.gif" alt="Get Flash" border="0"/></a>');
	document.write('</object>');
}
function buildLinkFlash(){
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="media/swf/link_banner.swf" width="710" height="110" alt="">');
	document.write('<param name="movie" value="media/swf/link_banner.swf"alt=""/>');
	document.write('<a href="http://www.macromedia.com/software/flashplayer/" target="_blank"><img src="images/noflash.gif" alt="Get Flash" border="0"/></a>');
	document.write('</object>');
}
function buildListenFlash(){
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="media/swf/listen_loader.swf" width="710" height="110">');
	document.write('<param name="movie" value="media/swf/listen_loader.swf"/>');
	document.write('<a href="http://www.macromedia.com/software/flashplayer/" target="_blank"><img src="images/noflash.gif" alt="Get Flash" border="0"/></a>');
	document.write('</object>');
}
function buildPlayerFlash(){
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="media/swf/player_loader.swf" width="500" height="334">');
	document.write('<param name="movie" value="media/swf/player_loader.swf"/>');
	document.write('<a href="http://www.macromedia.com/software/flashplayer/" target="_blank"><img src="images/playerNoflash.gif" alt="Get Flash" border="0"/></a>');
	document.write('</object>');
}
