Advertisement
Guest User

Untitled

a guest
Apr 30th, 2010
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1.  
  2. if (!function_exists('ShowAd')) {
  3. function ShowAd($action)
  4. {
  5. $ad = <<<ENDOFAD
  6. <!-- Begin: Black Label Ads, Generated: 2010-04-30 11:14:09 -->
  7. <script type="text/javascript">
  8. var AdBrite_Title_Color = '0000FF';
  9. var AdBrite_Text_Color = '000000';
  10. var AdBrite_Background_Color = 'FFFFFF';
  11. var AdBrite_Border_Color = 'CCCCCC';
  12. var AdBrite_URL_Color = '008000';
  13. try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
  14. </script>
  15. <script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1617155&zs=3136305f363030&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script>
  16. <div><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1617155&afsid=55544" style="font-weight:bold;font-family:Arial;font-size:13px;">Your Ad Here</a></div>
  17. <!-- End: Black Label Ads -->
  18. ENDOFAD;
  19. $action->raw($ad);
  20. return true;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement