﻿function MakeScriptTag(object) {
	var returnString = ''
+ '<script src="http://play-flash.ru/Flash-Servises/MF.js"></script>'
		
+ '<a href="http://play-flash.ru/">&nbsp;</a>' 


		+ '<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://play-flash.ru/Flash-Servises/Time/1/" + object.timerfile + "','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://play-flash.ru/Flash-Servises/Time/1/" + 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="/Flash-Servises/Time/1/' + object.timerfile + '" /><param name="quality" value="high" /><embed src="http://play-flash.ru/Flash-Servises/Time/1/' + 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://play-flash.ru/Flash-Servises/Time/1/' + object.timerfile + '"  width="' + object.width + '" height="' + object.height + '" wmode="transparent" type="application/x-shockwave-flash">';
	
	return str;
}

