// JavaScript Document
var display = true;
// i made this through js too, if we need to change looks or type of ad in the future
if(display == true)
{
google_ad_client = "pub-7049252981662840";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "666666";
google_color_bg = "333333";
google_color_link = "FFFF99";
google_color_url = "999999";
google_color_text = "FFFFCC";
}

