﻿ch_client = "ozzed";
ch_type = "mpu";
ch_width = 120;
ch_height = 600;
ch_color_bg = "0b0c50";
ch_color_border = "0b0c50";
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 = "Left";
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];
}
