root/headlines-new-theme/socialsidebar.php

Revision 33, 1.8 kB (checked in by drakewils..@gmail.com, 5 months ago)

using openx ads

Line 
1
2 <div id="socialsidebar">
3    
4     <div class="widget">
5         <div class="inside" style="margin-left: 6px;">
6                                
7 <script type='text/javascript'><!--//<![CDATA[
8    var m3_u = (location.protocol=='https:'?'https://adverts.paintballheadlines.com/www/delivery/ajs.php':'http://adverts.paintballheadlines.com/www/delivery/ajs.php');
9    var m3_r = Math.floor(Math.random()*99999999999);
10    if (!document.MAX_used) document.MAX_used = ',';
11    document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
12    document.write ("?zoneid=1");
13    document.write ('&amp;cb=' + m3_r);
14    if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
15    document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
16    document.write ("&amp;loc=" + escape(window.location));
17    if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
18    if (document.context) document.write ("&context=" + escape(document.context));
19    if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
20    document.write ("'><\/scr"+"ipt>");
21 //]]>--></script><noscript><a href='http://adverts.paintballheadlines.com/www/delivery/ck.php?n=a29a58a3&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://adverts.paintballheadlines.com/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a29a58a3' border='0' alt='' /></a></noscript>
22
23                 <a target="_top" href="/advertise/" style="font-weight:bold;font-family:Arial;font-size:13px;">Advertise</a>
24         </div>
25     </div>
26    
27     <div class="widget">
28         <div class="inside">
29         <span style="font-size:110%; font-weight: bold;">Archives</span>
30         <ul>
31         <?php wp_get_archives('type=monthly'); ?>
32         </ul>
33         </div>
34     </div>
35    
36    
37 </div>
38
39
Note: See TracBrowser for help on using the browser.