var has_flash = false;
var table_values = false;
var my_string;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0);
if (plugin &&  parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >=  4) {
	my_string = '<embed src="images/current_jackpots.swf" menu=false quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" name="multiple" swLiveConnect=true width="591" height="229">';
	my_string += '</embed>';
	has_flash = true;
 }else if (navigator.appName == "Microsoft Internet Explorer"){
	if ( (navigator.appVersion.indexOf("Mac") == -1) || (parseFloat(navigator.appVersion) >4.5) ){
		my_string = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="591" height="229" ID="multiple">'
		my_string += '<param name=movie value="images/current_jackpots.swf">\n<param name=quality value=high>\n<PARAM NAME=menu VALUE=false>';
		my_string += '</OBJECT>';
		has_flash = true;
	}
}

if(!has_flash){
	// Table is organized in 4 rows. First and third rows represent game logos.
	// Second and fourth represent input fields where jackpot values are shown.
	my_string = '<form name="form1">';
	my_string += '<table BORDER="0" CELLSPACING="0" CELLPADDING="1" BGCOLOR="#003366" width="610">';
	my_string += '<tr>';
    my_string += '<td>';
   	my_string += '<table border="0" bgcolor="#CCE5FF" cellspacing="0" cellpadding="8" width="100%">';
    my_string += '<tr>';
    my_string += '<td>';
    my_string += '<table border="0" bgcolor="#CCE5FF" cellspacing="0" cellpadding="0" width="100%">';
	//****First Row Begins
    my_string += '<tr>';
	my_string += '<td valign="top" ALIGN="center" HEIGHT="88">';
    my_string += '<a href="millionaires.html"><IMG SRC="images/MillionaireLogo5.gif" WIDTH="83" HEIGHT="80" ALT="" BORDER="0"></a>';
    my_string += '</td>';
	my_string += '<td valign="top"  ALIGN="center">';
    my_string += '<a href="bonus_slots.html"><IMG SRC="images/js_rags_to_riches_logo.gif" WIDTH="90" HEIGHT="88" ALT="" BORDER="0"></a>';
    my_string += '</td>';
	my_string += '<td valign="top"  ALIGN="center">';
	my_string += '<a href="slots.html"><IMG SRC="images/js_triple_olives1_logo_dollar.gif" WIDTH="73" HEIGHT="85" ALT="" BORDER="0" name="tolives1"></a>';
    my_string += '</td>';
	my_string += '<td valign="top"  ALIGN="center">';
	my_string += '<a href="video_poker.html"><IMG SRC="images/js_super_jackpot1_logo_dollar.gif" WIDTH="81" HEIGHT="84" ALT="" BORDER="0" name="sjp1"></a>';
    my_string += '</td>';
	my_string += '<td valign="top"  ALIGN="center">';
    my_string += '<a href="keno.html"><IMG SRC="images/js_video_keno_logo.gif" WIDTH="90" HEIGHT="88" ALT="" BORDER="0"></a>';
    my_string += '</td>';
	my_string += '</tr>';
	//****First Row Ends
	//****Second Row Begins
	my_string += '<tr>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="millionaire_club" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="rags_to_riches" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="one_olive" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="one_super" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="keno" value="" size="11">';
    my_string += '</td>';
    my_string += '</tr>';
	//****Second Row Ends
	//****Third Row Begins
	my_string += '<tr>';
	my_string += '<td valign="top" ALIGN="center" HEIGHT="88">';
    my_string += '<a href="blackjack.html"><IMG SRC="images/ProgrsBJlogo.gif" WIDTH="90" HEIGHT="85" ALT="" BORDER="0"></a>';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<a href="caribbean_poker.html"><IMG SRC="images/js_car_poker_logo_dollar.gif" WIDTH="94" HEIGHT="85" ALT="" BORDER="0" name="carpoker"></a>';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<a href="slots.html"><IMG SRC="images/js_triple_olives25_logo_dollar.gif" WIDTH="73" HEIGHT="85" ALT="" BORDER="0" name="tolives25"></a>';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
	my_string += '<a href="video_poker.html"><IMG SRC="images/js_super_jackpot25_logo_dollar.gif" WIDTH="81" HEIGHT="84" ALT="" BORDER="0" name="sjp25"></a>';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<a href="shoot.html"><IMG SRC="images/js_shootorama_logo.gif" WIDTH="90" HEIGHT="88" ALT="" BORDER="0"></a>';
    my_string += '</td>';
    my_string += '</tr>';
	//****Third Row Ends
	//****Fourth Row Begins
	my_string += '<tr>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="progressive_blackjac" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="car_poker" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="twofive_olive" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="twofive_super" value="" size="11">';
    my_string += '</td>';
	my_string += '<td valign="top" ALIGN="center">';
    my_string += '<input type="text" name="shoot_o_rama" value="" size="11">';
    my_string += '</td>';
    my_string += '</tr>';
	//****Fourth Row Ends
    my_string += '</table>';
	my_string += '</td>';
    my_string += '</tr>';
    my_string += '</table>';
	my_string += '</td>';
    my_string += '</tr>';
    my_string += '</table>';
	my_string += '<input type="hidden" name="hdn_twofive_olive" value="">';
	my_string += '<input type="hidden" name="hdn_one_olive" value="">';
	my_string += '<input type="hidden" name="hdn_car_poker" value="">';
	my_string += '<input type="hidden" name="hdn_twofive_super" value="">';
	my_string += '<input type="hidden" name="hdn_one_super" value="">';
	my_string += '<input type="hidden" name="hdn_shoot_o_rama" value="">';
	my_string += '<input type="hidden" name="hdn_rags_to_riches" value="">';
	my_string += '<input type="hidden" name="hdn_keno" value="">';
	my_string += '<input type="hidden" name="hdn_progressive_blackjac" value="">';
	my_string += '<input type="hidden" name="hdn_millionaire_club" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_twofive_olive" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_one_olive" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_car_poker" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_twofive_super" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_one_super" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_rags_to_riches" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_shoot_o_rama" value="">';
	my_string += '<input type="hidden" name="hdn_pnd_keno" value="">';
	my_string += '<input type="hidden" name="hdn_eur_keno" value="">';
	my_string += '<input type="hidden" name="hdn_eur_rags_to_riches" value="">';
	my_string += '<input type="hidden" name="hdn_eur_shoot_o_rama" value="">';
	my_string += '<input type="hidden" name="hdn_eur_twofive_super" value="">';
	my_string += '<input type="hidden" name="hdn_eur_one_super" value="">';
	my_string += '<input type="hidden" name="hdn_eur_car_poker" value="">';
	my_string += '<input type="hidden" name="hdn_eur_one_olive" value="">';
	my_string += '<input type="hidden" name="hdn_eur_twofive_olive" value="">';
	my_string += '<input type="hidden" name="hdn_rapid_fire" value="">';
  my_string += '<input type="hidden" name="hdn_lottery" value="">';
	my_string += '</form>';
	
	table_values = true;
}
document.write(my_string);