// JavaScript Document
function RunFlash_Logo() {
	document.write('<object type="application/x-shockwave-flash" data="flash/Top-Logo.swf" width="310" height="150">\n');
    	document.write('<param name="movie" value="flash/Top-Logo.swf">\n');
    	document.write('</object>\n');
}
