﻿ch_client = "ozzed";
ch_type = "mpu";
ch_width = 550;
ch_height = 250;
ch_color_bg = "0c0b50";
ch_color_border = "0c0b50";
ch_color_title = "ff8080";
ch_color_site_link = "ff8080";
ch_color_text = "ffffff";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "Verdana";
ch_font_text = "Verdana";
ch_sid = "Botten";
var ch_queries = new Array();
var ch_selected = Math.floor((Math.random() * ch_queries.length));
if (ch_selected < ch_queries.length) {
    ch_query = ch_queries[ch_selected];
}