 <!--random number-->
                	<!--script type="text/javascript"-->
	
						var lucky1 = Math.floor(Math.random() * 9+1);
						var lucky2 = Math.floor(Math.random() * 9+1);
						var lucky3 = Math.floor(Math.random() * 9+1);
						var lucky4 = Math.floor(Math.random() * 9+1);
						//document.write (lucky1);
						//document.write (lucky2);
						//document.write (lucky3);
						//document.write (lucky4);
						
						document.write ("<img src='http://www.magnumit.com/magnum4d/images/bigballs/mst0B");
						document.write (lucky1);
						document.write (".gif' width='50' height='50' border='0'> ");
						document.write ("<img src='http://www.magnumit.com/magnum4d/images/bigballs/mst0B");
						document.write (lucky2);
						document.write (".gif' width='50' height='50' border='0'> ");
						document.write ("<img src='http://www.magnumit.com/magnum4d/images/bigballs/mst0B");
						document.write (lucky3);
						document.write (".gif' width='50' height='50' border='0'> ");
						document.write ("<img src='http://www.magnumit.com/magnum4d/images/bigballs/mst0B");
						document.write (lucky4);
						document.write (".gif' width='50' height='50' border='0'> ");
						<!--/script-->
                <!--random number-->