var ch_biz_name = document.title.split(" - ")[0];
var ch_biz_location = document.title.split(" - ")[1].split(/ [0-9]/)[0];
var ch_prof_script = document.createElement('script');
ch_prof_script.src = "http://webservices.chitika.net/listings/?subid=chitikab2byp&loc=" + encodeURIComponent(ch_biz_location) + "&term=" + encodeURIComponent(ch_biz_name) + "&url=" + encodeURIComponent(String(window.location.href)) + "&callback=chitika_phone_linx";
ch_prof_script.type = 'text/javascript';

document.getElementsByTagName("head")[0].appendChild(ch_prof_script);
function chitika_phone_linx(){
    if (typeof ch_prof_data.phone != "undefined" && typeof ch_prof_data.error == "undefined") {
        var ch_font_tags = document.getElementsByTagName("font");
        for (i = 0; i < ch_font_tags.length - 1; i++) {
            if (ch_font_tags[i].innerHTML.indexOf("Phone:") > 0) {
                ch_font_tags[i].innerHTML = '<br><h3>Phone: ' + ch_prof_data.phone + '</h3><img src="' + ch_prof_data.bizid_url + '" height="1" width="1" style="border: none !important"/>';
            }
        }
    }
}

