	var sltBUSY = false;
	var sltCREDITS = 100;
	var sltSYMBOLS = new Array("blank","cherry","coin","lucky7","bar1","bar2","bar3");
	var sltROLLERS = new Array(1,1,1);
	var sltCHANGE = 5;
	var sltIMAGECACHELIST = new Array("blank_36x70.gif","coin_36x70.gif","lucky7_36x70.gif","bar1_36x70.gif","bar2_36x70.gif","bar3_36x70.gif","2_13x14.gif","3_13x14.gif","4_13x14.gif","5_13x14.gif","6_13x14.gif","7_13x14.gif","8_13x14.gif","9_13x14.gif","handle_48x171.gif");
	var sltIMAGECACHE = new Array(15);
	for (var sltCOUNT=0; sltCOUNT<15; sltCOUNT++) {
	sltIMAGECACHE[sltCOUNT] = new Image();
	sltIMAGECACHE[sltCOUNT].src = "http://pic.geocities.com/images/gadgetfactory/slt/" + sltIMAGECACHELIST[sltCOUNT];
	}
	function sltPLAY() {
	if (sltCREDITS < 1 || sltBUSY != true) {
	sltBUSY = true;
	document.images.sltHANDLE.src = "http://pic.geocities.com/images/gadgetfactory/slt/handle_48x171.gif";
	sltCREDITCHANGE(-1,5);
	setTimeout("sltPLAY2();", 1000);
		}
	}
	
	function sltPLAY2(){
	document.images.sltROLLER0.src = "http://pic.geocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif";
	document.images.sltROLLER1.src = "http://pic.geocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif";
	document.images.sltROLLER2.src = "http://pic.geocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif";
	document.images.sltHANDLE.src = "http://pic.geocities.com/images/gadgetfactory/slt/handle1_48x171.gif";
	setTimeout("sltPLAY3();", 1000);
	}
	
	function sltPLAY3() {
	sltROLLERS[0] = Math.floor(Math.random() * 7);
	document.images.sltROLLER0.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + sltSYMBOLS[sltROLLERS[0]] + "_36x70.gif";
	setTimeout("sltPLAY4();", 1000);
	}
	
	function sltPLAY4() {
	sltROLLERS[1] = Math.floor(Math.random() * 7);
	document.images.sltROLLER1.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + sltSYMBOLS[sltROLLERS[1]] + "_36x70.gif";
	setTimeout("sltPLAY5();", 1000);
	}
	
	function sltPLAY5() {
	sltROLLERS[2] = Math.floor(Math.random() * 7);
	document.images.sltROLLER2.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + sltSYMBOLS[sltROLLERS[2]] + "_36x70.gif";
	sltWINNINGS = 0;
	if (sltROLLERS[0] == 1 || sltROLLERS[1] == 1 || sltROLLERS[2] == 1) sltWINNINGS = 5;
	if ((sltROLLERS[0] == 1 && sltROLLERS[1] == 1) || (sltROLLERS[0] == 1 && sltROLLERS[2] == 1) || (sltROLLERS[1] == 1 && sltROLLERS[2] == 1)) sltWINNINGS = 10;
	if (sltROLLERS[0] == 1 && sltROLLERS[1] == 1 && sltROLLERS[2] == 1) sltWINNINGS = 20;
	if (sltROLLERS[0] > 3 && sltROLLERS[1] > 3 && sltROLLERS[2] > 3) sltWINNINGS = 25;
    if (sltROLLERS[0] == 3 && sltROLLERS[1] == 3 && sltROLLERS[2] == 3) sltWINNINGS = 50;
    if (sltROLLERS[0] == 4 && sltROLLERS[1] == 4 && sltROLLERS[2] == 4) sltWINNINGS = 100;
    if (sltROLLERS[0] == 5 && sltROLLERS[1] == 5 && sltROLLERS[2] == 5) sltWINNINGS = 200;
    if (sltROLLERS[0] == 2 && sltROLLERS[1] == 2 && sltROLLERS[2] == 2) sltWINNINGS = 500;
	if (sltROLLERS[0] == 3 && sltROLLERS[1] == 3 && sltROLLERS[2] == 3) sltWINNINGS = 1000;
	if (sltWINNINGS != 0) sltCREDITCHANGE(1,sltWINNINGS);
	setTimeout("sltBUSY = false;", 201 * sltWINNINGS);
    }
	
	function sltCREDITCHANGE(sltCHANGEBY, sltCHANGE) {
	for (var sltCOUNT = 0; sltCOUNT < sltCHANGE; sltCOUNT++) {
	sltCREDITS = sltCREDITS + sltCHANGEBY;
	setTimeout("sltUPDATECREDITS(" + sltCREDITS + ")", 200 * sltCOUNT);
	}	
	}
	
	function sltUPDATECREDITS(sltNEWCOUNT){
    if (document.images.sltCOUNTER0.src != "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor(sltNEWCOUNT / 10000) + "_13x14.gif") document.images.sltCOUNTER0.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor(sltNEWCOUNT / 10000) + "_13x14.gif";
	if (document.images.sltCOUNTER1.src != "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10000)) * 10000)) / 1000) + "_13x14.gif") document.images.sltCOUNTER1.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10000)) * 10000)) / 1000) + "_13x14.gif";
	if (document.images.sltCOUNTER2.src != "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 1000)) * 1000)) / 100) + "_13x14.gif") document.images.sltCOUNTER2.src ="http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 1000)) * 1000)) / 100) + "_13x14.gif";
	if (document.images.sltCOUNTER3.src != "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 100)) * 100)) / 10) + "_13x14.gif") document.images.sltCOUNTER3.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 100)) * 100)) / 10) + "_13x14.gif";
	if (document.images.sltCOUNTER4.src != "http://pic.geocities.com/images/gadgetfactory/slt/" + (sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10)) * 10)) + "_13x14.gif") document.images.sltCOUNTER4.src = "http://pic.geocities.com/images/gadgetfactory/slt/" + (sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10)) * 10)) + "_13x14.gif";
    }
document.write('<table width=278 cellpadding=0 cellspacing=0 border=0>');
document.write('<tr><td><map name="sltTOPMAP"><area shape="rect" coords="45,55,152,72" href="http://www.geocities.com/gadgetfactory/gf_gadget_slt.html" alt="Get This Gadget!" target="new"></map><img src="http://pic.geocities.com/images/gadgetfactory/slt/top_230x87.gif" width=230 height=87 border=0 usemap="#sltTOPMAP"></td><td rowspan=4><a href="javascript: sltPLAY();"><img src="http://pic.geocities.com/images/gadgetfactory/slt/handle1_48x171.gif" width=48 height=171 alt="Pull Handle" border="0" name="sltHANDLE"></a></td></tr>');
document.write('<tr><td><img src="http://pic.geocities.com/images/gadgetfactory/slt/credit_section_230x44.gif" width=230 height=44></td></tr>');
document.write('<tr><td><img src="http://pic.geocities.com/images/gadgetfactory/slt/number_left_77x14.gif" width=77 height=14><img src="http://pic.geocities.com/images/gadgetfactory/slt/0_13x14.gif" width=13 height=14 name="sltCOUNTER0"><img src="http://pic.geocities.com/images/gadgetfactory/slt/0_13x14.gif" width=13 height=14 name="sltCOUNTER1"><img src="http://pic.geocities.com/images/gadgetfactory/slt/1_13x14.gif" width=13 height=14 name="sltCOUNTER2"><img src="http://pic.geocities.com/images/gadgetfactory/slt/0_13x14.gif" width=13 height=14 name="sltCOUNTER3"><img src="http://pic.geocities.com/images/gadgetfactory/slt/0_13x14.gif" width=13 height=14 name="sltCOUNTER4"><img src="http://pic.geocities.com/images/gadgetfactory/slt/number_right_88x14.gif" width=88 height=14></td></tr>');
document.write('<tr><td><img src="http://pic.geocities.com/images/gadgetfactory/slt/top_rollers_230x26.gif" width=230 height=26></td></tr>');
document.write('<tr><td colspan=2><img src="http://pic.geocities.com/images/gadgetfactory/slt/left_36x70.gif" width=36 height=70><img src="http://pic.geocities.com/images/gadgetfactory/slt/cherry_36x70.gif" width=36 height=70 name="sltROLLER0"><img src="http://pic.geocities.com/images/gadgetfactory/slt/roller_mid1_38x70.gif" width=38 height=70><img src="http://pic.geocities.com/images/gadgetfactory/slt/cherry_36x70.gif" width=36 height=70 name="sltROLLER1"><img src="http://pic.geocities.com/images/gadgetfactory/slt/roller_mid2_40x70.gif" width=40 height=70><img src="http://pic.geocities.com/images/gadgetfactory/slt/cherry_36x70.gif" width=36 height=70 name="sltROLLER2"><img src="http://pic.geocities.com/images/gadgetfactory/slt/roller_right_56x70.gif" width=56 height=70></td></tr>');
document.write('<tr><td colspan=2><img src="http://pic.geocities.com/images/gadgetfactory/slt/bottom1_278x24.gif" width=278 height=24></td></tr>');
document.write('<tr><td colspan=2><a href="http://www.geocities.com/gadgetfactory/index.html" target="new"><img src="http://pic.geocities.com/images/gadgetfactory/slt/bottom2_278x52.gif" width=278 height=52 alt="Play for real at River Belle Casino" border="0"></a></td></tr></table>');

