if (cb_ad_format == "120x600") {
	cb_ad_width = 120;
	cb_ad_height = 600;
	cb_ad_count = 4;
	cb_ad_orient = "V";
} else if (cb_ad_format == "320x300") {
	cb_ad_width = 320;
	cb_ad_height = 300; 
	cb_ad_count = 4;
	cb_ad_orient = "V";
} else {
	cb_ad_width = 728;
	cb_ad_height = 90; 
	cb_ad_count = 4;
	cb_ad_orient = "H";
}

