function MakeScriptTag(object) {
	var returnString = ''
		+ '<script src="http://chasikov.net.ru/sistem/asf.js"></script>'
		+ '<script type="text/javascript" language="JavaScript">'
		+ "AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','" + object.width + "','height','" + object.height + "','src','http://chasikov.net.ru/sistem/clock/003/" + object.timerfile + "','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://chasikov.net.ru/sistem/clock/003/" + object.timerfile + "' ); //end AC code</script>"
		+ '<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" wmode="transparent" width="' + object.width + '" height="' + object.height + '"><param name="movie" value="http://chasikov.net.ru/sistem/clock/003/' + object.timerfile + '" /><param name="quality" value="high" /><embed src="http://chasikov.net.ru/sistem/clock/003/' + object.timerfile + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="' + object.width + '" height="' + object.height + '"></embed></object></noscript>';
	
	return returnString;
}

function getEmbedTag(obj){
var str = '<embed src="http://chasikov.net.ru/sistem/clock/003/' + object.timerfile + '"  width="' + object.width + '" height="' + object.height + '" wmode="transparent" type="application/x-shockwave-flash">';
	
	return str;
}
