Advertisement
sofiomed

banner yllix

Apr 15th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. make this banner on your websites or blogers
  2.  
  3. <script type="text/javascript">
  4. var winW;
  5. if (document.body && document.body.offsetWidth) {
  6. winW = document.body.offsetWidth;
  7. }
  8. if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) {
  9. winW = document.documentElement.offsetWidth;
  10. }
  11. if (window.outerWidth) {
  12. winW = window.outerWidth;
  13. }
  14. if (winW >= 10) {
  15. document.write('<scr'+'ipt type="text/javascript" src="http://yllix.com/slider.php?pub=361739&section=General&ga=g&side=left"></scr'+'ipt>');
  16. }
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement