/*********************************************************** Bannerboxes feeds code wanna cut, copy, and steal this code... go ahead. ***********************************************************/ // make sure that all the required parameters are present if (typeof(bannerboxes_table_background_color) == "undefined"){ bannerboxes_table_background_color = "6699CC"; } if (typeof(bannerboxes_ad_background_color) == "undefined"){ bannerboxes_ad_background_color = "FFFFFF"; } if (typeof(bannerboxes_text_color) == "undefined"){ bannerboxes_text_color = "000000"; } if (typeof(bannerboxes_link_color) == "undefined"){ bannerboxes_link_color = "0000FF"; } if (typeof(bannerboxes_yourad_link_color) == "undefined"){ bannerboxes_yourad_link_color = "FFFFFF"; } if (typeof(bannerboxes_quadrant) == "undefined"){ bannerboxes_quadrant = ""; } if (typeof(bannerboxes_quadrant) == "undefined"){ bannerboxes_quadrant = ""; } // create the urlstring from the parameters that were passed var bannerboxes_urlstring = ''; // call the ad engine. document.write(bannerboxes_urlstring);