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.oocities.com/images/gadgetfactory/slt/" + sltIMAGECACHELIST[sltCOUNT]; } function sltPLAY() { if (sltCREDITS < 1 || sltBUSY != true) { sltBUSY = true; document.images.sltHANDLE.src = "http://pic.oocities.com/images/gadgetfactory/slt/handle_48x171.gif"; sltCREDITCHANGE(-1,5); setTimeout("sltPLAY2();", 1000); } } function sltPLAY2(){ document.images.sltROLLER0.src = "http://pic.oocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif"; document.images.sltROLLER1.src = "http://pic.oocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif"; document.images.sltROLLER2.src = "http://pic.oocities.com/images/gadgetfactory/slt/blur_anim_36x70.gif"; document.images.sltHANDLE.src = "http://pic.oocities.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.oocities.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.oocities.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.oocities.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.oocities.com/images/gadgetfactory/slt/" + Math.floor(sltNEWCOUNT / 10000) + "_13x14.gif") document.images.sltCOUNTER0.src = "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor(sltNEWCOUNT / 10000) + "_13x14.gif"; if (document.images.sltCOUNTER1.src != "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10000)) * 10000)) / 1000) + "_13x14.gif") document.images.sltCOUNTER1.src = "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10000)) * 10000)) / 1000) + "_13x14.gif"; if (document.images.sltCOUNTER2.src != "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 1000)) * 1000)) / 100) + "_13x14.gif") document.images.sltCOUNTER2.src ="http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 1000)) * 1000)) / 100) + "_13x14.gif"; if (document.images.sltCOUNTER3.src != "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 100)) * 100)) / 10) + "_13x14.gif") document.images.sltCOUNTER3.src = "http://pic.oocities.com/images/gadgetfactory/slt/" + Math.floor((sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 100)) * 100)) / 10) + "_13x14.gif"; if (document.images.sltCOUNTER4.src != "http://pic.oocities.com/images/gadgetfactory/slt/" + (sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10)) * 10)) + "_13x14.gif") document.images.sltCOUNTER4.src = "http://pic.oocities.com/images/gadgetfactory/slt/" + (sltNEWCOUNT - ((Math.floor(sltNEWCOUNT / 10)) * 10)) + "_13x14.gif"; } document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
Get This Gadget!Pull Handle
Play for real at River Belle Casino
');