function test_res(){ 
rnd();
var d = document.getElementsByTagName("img");
var e = d.length;
for(var i=0;i<=e;i++){ 
var w = d[i].width;
var h = d[i].height;
// alert(w);
		if(w>600 && w<800) { d[i].width=w/1.5; }
		if(w>800) { d[i].width=500; }
		// if(h>600) { d.height=h/2; }
}

}

function test_share(){ 
tb_show("Invite friends", "http://www.filmygallery.com/invite.html?KeepThis=true&TB_iframe=true&height=400&width=600", "ki");
rnd();
}

function rnd(){
var num = Math.ceil(Math.random()*10);
document.getElementById("hotphoto").innerHTML = "<img src='/../../gallery/hot picture of the day/"+num+".jpg'>";
}
