//flash script
function welcome() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=402 height=311><param name=movie value="home.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="home.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=402 height=311></embed></object>';
document.write (strString);
}
