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

function openWindow(theURL) {
    window.parent.location= theURL;
}

