File: D:/HostingSpaces/yoda-ict/uttoeternietoe.com/wwwroot/wp-content/plugins/totalsmug/popup.htm
<html>
<head>
<script type="text/javascript">
var arrTemp=self.location.href.split("?");
var picUrl = (arrTemp.length>0)?arrTemp[1]:"";
var NS = (navigator.appName=="Netscape")?true:false;
function FitPic()
{
iWidth = (NS)?window.innerWidth:document.body.clientWidth;
iHeight = (NS)?window.innerHeight:document.body.clientHeight;
iWidth = document.images[0].width - iWidth;
iHeight = document.images[0].height - iHeight;
window.resizeBy(iWidth, iHeight);
self.focus();
};
</script>
<title>++</title>
</head>
<body onload='FitPic();' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script type="text/javascript">
document.write( "<img src='" + picUrl + "' border=0>" );
</script>
</body>
</html>