document.write(''); var tmpTorrentImage = new Image(); function torrentCheckimageSizeIVI() { var main_img = document.getElementById("torrent74326"); var img = tmpTorrentImage; var MAX_X = 200; var MAX_Y = 300; if( img.width > MAX_X ) { img.width = MAX_X; img.style.width = MAX_X+"px"; } if( img.height > MAX_Y ) { img.height = MAX_Y ; img.style.height = MAX_Y + "px"; } main_img.height = img.height ; main_img.style.height = img.style.height; main_img.width = img.width ; main_img.style.width = img.style.width; main_img.src = img.src; main_img.style.display = "block"; } tmpTorrentImage.onload = torrentCheckimageSizeIVI; tmpTorrentImage.src = "http://i31.tinypic.com/2ymcc9l.jpg"; // by ivi http://newsroot.net