Advertisement
Guest User

Facebook Basic Amiga

a guest
Dec 30th, 2015
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. <HTML>
  2.  
  3.  
  4. <BODY>
  5. <STYLE type="text/css">
  6. <!--
  7. Classes and IDs will go in here...
  8. -->
  9. a.external:link {color: #0000ff; font-size: 07pt; }
  10. a.external:visited {color: #0000ff; }
  11. a.external:hover {text-decoration: overline; background-color: #003399; }
  12. a.external:active {color: red; }
  13. </STYLE>
  14.  
  15.  
  16. <script language=Javascript>
  17. <!--
  18. var copytoclip=1
  19. function HighlightAll(theField) {
  20. var tempval=eval("document."+theField)
  21. tempval.focus()
  22. tempval.select()
  23. if (document.all&&copytoclip==1){
  24. therange=tempval.createTextRange()
  25. therange.execCommand("Copy")
  26. window.status="Contents highlighted and copied to clipboard!"
  27. setTimeout("window.status=''",2400);
  28. }
  29. }
  30.  
  31. var url = "http://www.imagevenue.com/";
  32. var title = "ImageVenue.com - Image Hosting";
  33.  
  34. function highlight(field) {
  35. field.focus();
  36. field.select();
  37. }
  38.  
  39. function favorites(){
  40. if(document.all)
  41. window.external.AddFavorite(url,title)
  42. }
  43. function assign_val (num1, num2)
  44. {
  45. return num1 * 5 + num2;
  46. }
  47.  
  48. -->
  49. </script>
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <script type="text/javascript">
  59.  
  60. function closeWindow()
  61. {
  62. this.focus();
  63. self.opener = this;
  64. self.close();
  65. }
  66.  
  67. function getCookie(name)
  68. {
  69. var dc = document.cookie;
  70. var prefix = name + "=";
  71. var begin = dc.indexOf("; " + prefix);
  72. if (begin == -1) {
  73. begin = dc.indexOf(prefix);
  74. if (begin != 0) return null;
  75. } else
  76. begin += 2;
  77. var end = document.cookie.indexOf(";", begin);
  78. if (end == -1)
  79. end = dc.length;
  80. return unescape(dc.substring(begin + prefix.length, end));
  81.  
  82. }
  83. function setCookie (name, value, time)
  84. {
  85. var expires = new Date();
  86.  
  87. expires.setTime( expires.getTime() + time );
  88.  
  89. document.cookie = name + '=' + value + '; domain=.imagevenue.com; path=/; expires=' + expires.toGMTString();
  90. }
  91.  
  92.  
  93. function surfBegin()
  94. {
  95.  
  96. setCookie('surfBegin', 1, (11*3600*1000));
  97.  
  98. }
  99.  
  100.  
  101.  
  102. function tableWidth()
  103. {return windowWidth()-100;}
  104.  
  105. function windowWidth() {
  106. if (navigator.appName=="Netscape")
  107. return window.innerWidth;
  108.  
  109. return document.body.offsetWidth;
  110. }
  111.  
  112. function scaleImg() {
  113. what = document.getElementById('thepic');
  114. actualHeight=what.height;
  115. actualWidth=what.width;
  116. if ( fitsInWindow() )
  117. return;
  118. if(what.width==tableWidth())
  119. {
  120. what.width=actualWidth;
  121. what.height=actualHeight;
  122. }
  123. else
  124. {
  125. what.style.cursor = "pointer";
  126. what.width=tableWidth();
  127. what.height = (actualHeight/actualWidth) * what.width;
  128. }
  129. }
  130.  
  131. function showOnclick()
  132. {
  133. what = document.getElementById('thepic');
  134.  
  135. if (actualWidth == what.width)
  136. return scaleImg();
  137. else if (actualWidth > what.width)
  138. {
  139. what.width=actualWidth;
  140. what.height=actualHeight;
  141. }
  142. }
  143.  
  144. function liveResize() {
  145. what = document.getElementById('thepic');
  146. actualHeight=what.height; actualWidth=what.width;
  147. if (fitsInWindow())return;
  148. if (what.width!=actualWidth) {
  149. what.width=tableWidth();what.height = (actualHeight/actualWidth) * what.width;
  150. }
  151. }
  152.  
  153. function setImgWidth(){
  154. if (fitsInWindow())return;
  155. document.getElementById('thepic').width=tableWidth();
  156. }
  157. function fitsInWindow() {
  158. what = document.getElementById('thepic');
  159. var actualWidth= what.width;
  160. if (actualWidth<tableWidth()) {
  161.  
  162. return true;
  163. } else {
  164. return false;
  165. }
  166. }
  167. </script>
  168.  
  169.  
  170. <P>
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. <center>
  179.  
  180. </center>
  181.  
  182. <center>
  183. <table>
  184. <Tr><td align=center>
  185. </td></tr>
  186.  
  187. </table>
  188.  
  189. </center>
  190.  
  191. <P>
  192.  
  193. <center>
  194. <table border="0" width="100%" bgcolor= "white" cellspacing="0"
  195. cellpadding="0">
  196.  
  197. <tr>
  198. <td align="center" valign="top">
  199. <a href="#" onClick="showOnclick()"><img id="thepic" onLoad="scaleImg();" SRC="aAfkjfp01fo1i-20674/loc839/81294_amigaefacebook_122_839lo.jpg" alt="aAfkjfp01fo1i-20674/loc839/81294_amigaefacebook_122_839lo.jpg" ></td>
  200. </tr>
  201. </table>
  202.  
  203.  
  204. <P>
  205. Views: 63 <BR></center>
  206.  
  207. <!-- BEGIN ADVERTPRO CODE -->
  208. <script type="text/javascript">
  209. if (!document.cookie || document.cookie.indexOf('AVPWCAP=') == -1) {
  210. document.write('<scr'+'ipt src="http://imagevenue.advertserve.com/servlet/view/window/javascript/zone?zid=1&pid=0&random='+Math.floor(89999999*Math.random()+10000000)+'&millis='+new Date().getTime()+'&referrer='+encodeURIComponent(document.location)+'" type="text/javascript"></scr'+'ipt>');
  211. }
  212. </script>
  213. <!-- END ADVERTPRO CODE -->
  214.  
  215.  
  216.  
  217. <P>
  218. <P>
  219. <P>
  220.  
  221.  
  222.  
  223. <center>
  224.  
  225. <div id="arzone-3179" class="ar-invo">
  226. <script type="text/javascript">
  227. trw_w = 728;
  228. trw_h = 90;
  229. trw_z = 3179;
  230. trw_domain = 'iu16wmye.com';
  231. trw_ad_client = 'trw_pub-f457c545a9ded88f18ecee47145a72c0';
  232. document.write("<scr"+"ipt type='text/javascript' src='http://iu16wmye.com/analytics.js?_t="+Math.floor(Math.random()*99999999999));document.write("'><\/scr"+"ipt>");
  233. </script>
  234. </div>
  235. <br>
  236.  
  237. <input type="button" onclick="closeWindow()" value="close window" />
  238. </center>
  239.  
  240.  
  241.  
  242. <P>
  243.  
  244. <font color="blue" face="Verdana" size="-1" >
  245. <A HREF=http://img220.imagevenue.com/get_code.php?loc=loc839&image=81294_amigaefacebook_122_839lo.jpg > get link code </A> for this image.
  246. </font>
  247.  
  248. <!-- Start Quantcast tag -->
  249. <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
  250. <script type="text/javascript">_qacct="p-78-9ZoeNPEQ9I";quantserve();</script>
  251. <noscript>
  252. <a href="http://www.quantcast.com/p-78-9ZoeNPEQ9I" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-78-9ZoeNPEQ9I.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a>
  253. </noscript>
  254. <!-- End Quantcast tag -->
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. <script type="text/javascript">
  263.  
  264. var _gaq = _gaq || [];
  265. _gaq.push(['_setAccount', 'UA-117336-3']);
  266. _gaq.push(['_trackPageview']);
  267.  
  268. (function() {
  269. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  270. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  271. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  272. })();
  273.  
  274. </script>
  275.  
  276.  
  277. </BODY>
  278. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement