// JavaScript Document
function PlayTechProgressiveJackpot(Casino,Game) {

	var FontFace="arial";
	var FontSize="25";
	var FontColor="000000";
	var Bold="true";
	var BackgroundColor="FFFFFF";

	var HTML='<embed src="http://tickers.playtech.com/jackpots/new_jackpot.swf?info=1&amp;casino='+Casino+'&amp;game='+Game+'&amp;currency=gbp&amp;font_face='+FontFace+'&amp;font_size='+FontSize+'&amp;font_color='+FontColor+'&amp;bold='+Bold+'&amp;bg_color='+BackgroundColor+'&amp;currency=gbp" quality="high" bgcolor="#'+BackgroundColor+'" width="120" height="45" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
	
	document.write(HTML);

}
