function DrawHeaderSWF(){
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="289" height="195" id="header" align="middle">');	
	document.write('<PARAM name="allowScriptAccess" value="sameDomain" />');
	document.write('<PARAM name="movie" value="swf/header.swf" /><PARAM name="menu" value="false" /><PARAM name="quality" value="high" /><PARAM name="devicefont" value="true" /><PARAM name="bgcolor" value="#720000" /><EMBED src="swf/header.swf" MENU="false" QUALITY="high" DEVICEFONT="true" BGCOLOR="#720000" width="289" height="195" NAME="header" align="middle" ALLOWSCRIPTACCESS="sameDomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</OBJECT>');
}

function DrawHomeAddSWF()
{
	document.write( '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" id="TwitterWidget" width="260" align="middle" height="275">' +
		'<param name="allowScriptAccess" value="always"/>' +
		'<param name="allowFullScreen" value="false"/>' +
		'<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf"/>' +
		'<param name="quality" value="high"/>' +
		'<param name="bgcolor" value="#000000"/>' +
		'<param name="FlashVars" value="userID=23993645&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/>' +
		'<embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" name="TwitterWidget" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="userID=23993645&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" width="260" align="middle" height="275"/>' +
		'</object>' );
}


