﻿ad_url = "http://www.carkhaber.com/ads/showadvert.php?";
document.write('<iframe name="ads_frame" width=' + window.ad_width + " height=" + window.ad_height + " frameborder=0 src=" + G() + ' marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" target="_main">');
document.write("</iframe>");

function G() {
    var retVal = ad_url;
    retVal = retVal + "session=" + window.ad_session + "&ctype=" + window.ad_part;
    return retVal;
}
