 
function print_image(type){
var total_img_site = 10;
var img_num =  1 + (Math.round(Math.random()* ( eval("total_img_site") -1)))
var img_file
img_file = "<IMG SRC='images/main/glow"  + img_num + ".jpg' border='0' alt='Refresh your browser to see more'>";
return img_file
}
