Skip to content

Instantly share code, notes, and snippets.

@intellecat
Created January 11, 2012 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intellecat/1594743 to your computer and use it in GitHub Desktop.
Save intellecat/1594743 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript">
function loadAttribute(){
var f=document.getElementById("f");
var server="http://220.191.158.69:10005";
var required="adid=200920&tcca=MDU3OTAwMTE5Nzk0&urip=3079874768&orlu=aHR0cDovL3d3dy56aGlodS5jb20v&spid=2829091333&area=14&ts=1326273285";
if(self.document.location==window.document.URL && document.body.clientWidth>=500 && document.body.clientHeight>=500){
f.src=server+"/a/s?f=adstyle_msn.html&"+required+"&aorlu=aHR0cDovLzIyMC4xOTEuMTU4LjY5OjEwMDA1LzIwMDkyMC8=&p1arm=498&p2arm=450&p3arm=15&p4arm=5&p5arm=3&p6arm=1&appd=0&hasCount=0&hasWhiteUser=0";
}else{
f.src=server+"/a/p?"+required+"&pushFlag=0";
}
}
</script>
</head>
<body onload="loadAttribute()" rightMargin=0 topMargin=0 leftMargin=0 scroll=no>
<iframe id="f" frameBorder=0 width=100% height=100% scrolling=auto src=""></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment