Advertisement
Guest User

Untitled

a guest
May 21st, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <script>
  2. SRAX.Model2Blocks['my-div'] = {
  3.       'block1':'info',
  4.       'block2':'content'};
  5. hax({url:'2.html',id:'my-div', nohistory:1});
  6. </script>
  7.  
  8. <div id="content"></div>
  9. <div id="info"></div>
  10.  
  11. А так выглядит сам файл 2.html
  12.  
  13. <!-- :ax:block1:begin: //-->
  14. <script type="text/javascript">
  15. google_ad_client = "pub-0000000000000000000";
  16. google_ad_slot = "111111111111";
  17. google_ad_width = 160;
  18. google_ad_height = 600;
  19. document.write('<sc'+'ript type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js" ax:noax="1"></sc'+'ript>');
  20. </script>
  21. <!-- :ax:block1:end: //-->
  22. <!-- :ax:block2:begin: //-->
  23. <script type="text/javascript">
  24. google_ad_client = "pub-0000000000000000000";
  25. google_ad_slot = "111111111111";
  26. google_ad_width = 728;
  27. google_ad_height = 90;
  28. document.write('<sc'+'ript type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js" ax:noax="1"></sc'+'ript>');
  29. </script>
  30. <!-- :ax:block2:end: //-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement