function recordAsContent(record, theURL, ww, hh) {
  try {    
    var pageTracker=_gat._getTracker("UA-2767957-1");
    //pageTracker._trackPageview('/downloads/GoToCouponSite');
    pageTracker._trackPageview(record);
    //openWindow('http://coupons2.smartsource.com/smartsource/index.jsp?Link=OLEYKA3GOJASY');
    openWindow(theURL, ww, hh);
    }catch(err){}
}

function openWindow(theURL, ww, hh) {
    window.open(theURL, '', 'status=0, scrollbars=1, width='+ww+', height='+hh+', menubar=0, toolbars=0, resizable=1');
}
