<table border="0" width="350" cellspacing="0" cellpadding="0">
<tr>
<td><img border="0" src="roulette.jpg" width="152" height="216"></td>
<td>
<form name="fire">
Load number of bullets (1-6):<br><input name="bullets" type="text" size=3 value=1><br>
<p>
<input name="message" type="button" value="Play Roulette!" onClick="fireit()">
</p>
</form>
<script>
//Russian Roulette Game
//Visit(http://scripturi.3xforum.ro) for script
//Credit must stay intact for use
function fireit(){
var theone=Math.floor(Math.random()*6)
if (theone<=document.fire.bullets.value-1)
alert("Bang. You're dead!")
else{
document.fire.message.value="Whew. Got lucky!"
setTimeout("document.fire.message.value='Play Roulette'",500)
}
}
</script>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://scripturi.3xforum.ro">FREEScript
</a></font></p>
</td>
</tr>
</table>
<tr>
<td><img border="0" src="roulette.jpg" width="152" height="216"></td>
<td>
<form name="fire">
Load number of bullets (1-6):<br><input name="bullets" type="text" size=3 value=1><br>
<p>
<input name="message" type="button" value="Play Roulette!" onClick="fireit()">
</p>
</form>
<script>
//Russian Roulette Game
//Visit(http://scripturi.3xforum.ro) for script
//Credit must stay intact for use
function fireit(){
var theone=Math.floor(Math.random()*6)
if (theone<=document.fire.bullets.value-1)
alert("Bang. You're dead!")
else{
document.fire.message.value="Whew. Got lucky!"
setTimeout("document.fire.message.value='Play Roulette'",500)
}
}
</script>
<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://scripturi.3xforum.ro">FREEScript
</a></font></p>
</td>
</tr>
</table>