// Newsletter Sign Up
// document.write('<script language="JavaScript" src="/global/15244.js"></script> ');

// Promos Module
//document.write('<script language="JavaScript" src="/global/15243.js"></script> ');

// iMedia Spot Module
// document.write('<script language="JavaScript" src="http://www.imediaconnection.com/spot/GetTop5VideoXML.aspx"></script>');
// document.write('<script language="JavaScript" src=""></script> ');
// document.write('<script language="JavaScript" src="http://www.imediaconnection.com/spot/GetContestVideoXML.aspx"></script>');
// document.write('<script language="JavaScript" src=""></script> ');

// Job Board Module
document.write('<script language="JavaScript" src="http://www.imediaconnection.com/jobs/tools/js.aspx"></script> ');
document.write('<script language="JavaScript" src=""></script> ');

document.write('<div class="clear"></div>');

document.write('<div class="clear"></div>');
        function RightColumnTrack(URL, trackTypeID) { 
            
              try{
                xmlHttp = new XMLHttpRequest();
               }
               catch(trymicrosoft){
                try{
                      xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
                    }
                    catch(othermicrosoft){
                      try{
                            xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
                      }
                        catch(failed){
                        xmlHttp = false;
                        }
                    }
               }
           
               if(!xmlHttp) {
                alert('Browser does not support HTTP Request')
                  return      
               }   
               
               var url="/admin/RightColumnTrack.aspx";
               url=url+"?TrackTypeID=" + trackTypeID;
               xmlHttp.onreadystatechange=statesChanged; 
               xmlHttp.open("GET",url,true)
               xmlHttp.send(null)
          window.location = URL;
          }  
        
        function statesChanged() 
        { 
            if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { 
                   
         }
        }
 
//        document.write('<div class="adtech_awards">');
//        document.write("    <h4>People's Choice Awards</h4>");
//        document.write('        <p class="detail">ad:tech recognizes the most talented online designers and strategic thinkers who demonstrate excellence in interactive marketing.</p>');
//        document.write('        <p class="adtech_awards_winners">ad:tech award recipients</p>');
//        document.write('        <p>Please select the best <strong>Interactive Ads</strong> and <strong>Websites</strong> now.  Voting is open March 20 through April 1, 2009.</p>');
//        document.write('        <p class="btn_vote_now"><a href="##">Vote now!</a></p>');
//        document.write('        <p class="sponsor"><a href="##"><img src="../images/sponsors/sponby_claria_118.jpg" alt="Sponsored by: Claria" /></a></p>');
//        document.write('        <div class="clear"></div>');
//        document.write('</div>');
