function chooseType(id){
	document.getElementById('searchTypeValue').value = id;
	document.getElementById('searchTypeMenu_1').className = '';
	document.getElementById('searchTypeMenu_2').className = '';
	document.getElementById('searchTypeMenu_'+id).className = 'checked';
	document.getElementById('searchTypeIcon').src = 'http://graphics.suite101.com/icon_searchfilter_'+id+'.gif';
	toggleSearchTypes();
}

function toggleSearchTypes(){
	var id = document.getElementById('searchTypeValue').value;
	if(document.getElementById('searchTypes').style.visibility != 'visible'){
		document.getElementById('searchTypeIcon').src = 'http://graphics.suite101.com/icon_searchfilter_'+id+'_active.gif';
		document.getElementById('searchTypes').style.visibility = 'visible';
	}else{
		document.getElementById('searchTypeIcon').src = 'http://graphics.suite101.com/icon_searchfilter_'+id+'.gif';
		document.getElementById('searchTypes').style.visibility = 'hidden';
	}
} var timeout	= 500;
var closetimer	= 0;
var prev_dropdown = 0;
var menu_active = 0;

//activate or deactive Top Nav
function toggleTopNav(dropdown){
	if (menu_active){
		menu_active = 0;
		closeTopNav();
	}else{
		menu_active = 1;
		openTopNav(dropdown);
	}
	clearSelection();
}

//open Top Nav heading
function openTopNav(dropdown){
	if (menu_active){
		cancelCloseTopNavTime();
		if(prev_dropdown) closeTopNav();
		if(document.getElementById(dropdown)) document.getElementById(dropdown).className = 'topnav_dropdown_visable';
		if(document.getElementById(dropdown+'_heading')) document.getElementById(dropdown+'_heading').className = 'topnav_heading_selected';
		prev_dropdown = dropdown
		menu_active = 1;
	}
}

// Close Top Nav heading
function closeTopNav(){
	if(prev_dropdown){
		if(document.getElementById(prev_dropdown)) document.getElementById(prev_dropdown).className = 'topnav_dropdown_hidden';
		if(document.getElementById(prev_dropdown+'_heading')) document.getElementById(prev_dropdown+'_heading').className = 'topnav_heading';
		prev_dropdown = 0
		menu_active = 0;
	}
}

//close Timer
function closeTopNavTime(){
	closetimer = window.setTimeout(closeTopNav, timeout);
}

// cancel close timer
function cancelCloseTopNavTime(){
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}

//open Sub Nav heading
function openSubNav(subnav){
	if(document.getElementById(subnav+'_heading')) document.getElementById(subnav+'_heading').className = 'subnav_heading_selected';
	if(document.getElementById(subnav)) document.getElementById(subnav).className = 'subnav_dropdown_visable';
}

//close Sub Nav heading
function closeSubNav(subnav){
	if(document.getElementById(subnav+'_heading')) document.getElementById(subnav+'_heading').className = 'subnav_heading';
	if(document.getElementById(subnav)) document.getElementById(subnav).className = 'subnav_dropdown_hidden';
}

// stops text from being selected when double clicking it
function clearSelection() {
	var sel;
	if(document.selection && document.selection.empty){
		document.selection.empty() ;
	}else if(window.getSelection) {
		sel=window.getSelection();
		if(sel && sel.removeAllRanges)
			sel.removeAllRanges();
   }
} function createRequestObject() {
    var ro;
    var browser = navigator.appName;
    if(browser == "Microsoft Internet Explorer"){
        ro = new ActiveXObject("Microsoft.XMLHTTP");
    }else{
        ro = new XMLHttpRequest();
    }
    return ro;
}
var http = createRequestObject();

function ajax(serverFile,target,popup) {
	if (popup && popup.length>=1) { 
		if (navigator.appName=="Netscape")
			winW = window.innerWidth;
		if (navigator.appName.indexOf("Microsoft")!=-1) 
			winW = document.body.clientWidth;

		var ScrollTop = document.body.scrollTop;
		if (ScrollTop == 0){
			if (window.pageYOffset)
				ScrollTop = window.pageYOffset;
			else
				ScrollTop = (document.body.parentElement) ? document.body.parentElement.scrollTop : 0;
		}
		http.open("GET", '/ajax/'+serverFile+'&winW='+winW+'&scrollTop='+ScrollTop, true);
	} else {
		http.open("GET", '/ajax/'+serverFile, true);
	}
	

	http.onreadystatechange=function() {
		if(http.readyState == 4) {
					if(target && target.length >= 1 && document.getElementById(target).innerHTML != http.responseText){
						document.getElementById(target).innerHTML = http.responseText;
					}
				}
	}
	http.send(null);
}

function ajaxPost(serverFile,params,target,popup) {
	if (popup && popup.length>=1) { 
		if (navigator.appName=="Netscape")
			winW = window.innerWidth;
		if (navigator.appName.indexOf("Microsoft")!=-1) 
			winW = document.body.clientWidth;

		var ScrollTop = document.body.scrollTop;
		if (ScrollTop == 0){
			if (window.pageYOffset)
				ScrollTop = window.pageYOffset;
			else
				ScrollTop = (document.body.parentElement) ? document.body.parentElement.scrollTop : 0;
		}
		params = params+'&winW='+winW+'&scrollTop='+ScrollTop;
	}
	
	http.open("POST", '/ajax/'+serverFile, true);
	http.setRequestHeader('Content-Type','application/x-www-form-urlencoded; charset=UTF-8');
	http.setRequestHeader("Content-length", params.length);
	http.setRequestHeader("Connection", "close");
	
	
	http.onreadystatechange=function() {
		if(http.readyState == 4) {
					document.getElementById(target).innerHTML = http.responseText;
				}
	}
	http.send(params);

} /* GCA - google custom ads */

var global_google_ads = new Array;
var gca = new Object ;
gca.ad_classes = '' ;
gca.ad_set_classes = '' ;
gca.ad_set_box_classes = '' ;
gca.ad_width = 336 ;
gca.start_pos = 0 ;
gca.ad_style = 1 ;

function google_ad_request_done(GrXRbC1) { // called by google syndication script include
	if (GrXRbC1["\x6c\x65\x6e\x67\x74\x68"] == 0) {
		return;
	}

	global_google_ads = GrXRbC1;
	return;
}

function gca_process_ad_unit(uO$Wclv$2) {
	var AMfAV3 = '' ;
	//global_google_ads[i].url = global_google_ads[i].url.replace("4439653120862085","123");
	switch(gca["\x61\x64\x5f\x73\x74\x79\x6c\x65"]) {
		case 1 :   // vertical -- case 2 to be horizontal
			AMfAV3 += 	
					'\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x77\x69\x64\x74\x68\x3a' + gca["\x61\x64\x5f\x77\x69\x64\x74\x68"] + '\x70\x78\x3b \x22\x3e' +
					'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22 \x63\x6c\x61\x73\x73\x3d\x22\x55\x52\x4c\x74\x6f\x70\x22\x3e' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x31"] + 
					'\x3c\x2f\x61\x3e' + 
					'\x3c\x62\x72\x2f\x3e' +
					global_google_ads[i]["\x6c\x69\x6e\x65\x32"] + 
					' ' +
					global_google_ads[i]["\x6c\x69\x6e\x65\x33"] + 
					'\x3c\x62\x72\x2f\x3e' +
					'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22 \x73\x74\x79\x6c\x65\x3d\x22 \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b \x63\x6f\x6c\x6f\x72\x3a\x67\x72\x65\x65\x6e\x3b \x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x39\x70\x74\x3b \x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x22\x3e' + 
						global_google_ads[i]["\x76\x69\x73\x69\x62\x6c\x65\x5f\x75\x72\x6c"] + 
					'\x3c\x2f\x73\x70\x61\x6e\x3e\x3c\x2f\x61\x3e' +
					'\x3c\x2f\x64\x69\x76\x3e' +
					'\x3c\x62\x72\x2f\x3e';
				
		break ;

		case 2 :   // horizontal 
			AMfAV3 += 	
					'\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x77\x69\x64\x74\x68\x3a' + gca["\x61\x64\x5f\x77\x69\x64\x74\x68"] + '\x70\x78\x3b \x66\x6c\x6f\x61\x74\x3a\x6c\x65\x66\x74\x3b\x22\x3e' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22\x3e' +
							global_google_ads[i]["\x6c\x69\x6e\x65\x31"] + 
						'\x3c\x2f\x61\x3e' + 
						'\x3c\x62\x72\x2f\x3e' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x32"] + 
						' ' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x33"] + 
						'\x3c\x62\x72\x2f\x3e' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22 \x73\x74\x79\x6c\x65\x3d\x22 \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b \x63\x6f\x6c\x6f\x72\x3a\x67\x72\x65\x65\x6e\x3b \x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x39\x70\x74\x3b \x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x22\x3e' + 
							global_google_ads[i]["\x76\x69\x73\x69\x62\x6c\x65\x5f\x75\x72\x6c"] + 
						'\x3c\x2f\x73\x70\x61\x6e\x3e\x3c\x2f\x61\x3e' +
					'\x3c\x2f\x64\x69\x76\x3e';
				
		break ;
		
		case 3 :   // horizontal 
			AMfAV3 += 	
					'\x3c\x6c\x69\x3e' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22 \x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x62\x6f\x6c\x64\x3b\x22\x3e' +
							global_google_ads[i]["\x6c\x69\x6e\x65\x31"] + 
						'\x3c\x2f\x61\x3e' + 

						global_google_ads[i]["\x6c\x69\x6e\x65\x32"] + 
						' ' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x33"] + 
						'\x3c\x62\x72\x2f\x3e' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22\x3e' + 
							global_google_ads[i]["\x76\x69\x73\x69\x62\x6c\x65\x5f\x75\x72\x6c"] + 
						'\x3c\x2f\x61\x3e' +
					'\x3c\x2f\x6c\x69\x3e';
				
		break ;
		
		case 4 :   // horizontal 
			AMfAV3 += 	
					'\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x6d\x61\x72\x67\x69\x6e\x2d\x62\x6f\x74\x74\x6f\x6d\x3a\x33\x70\x78\x22\x3e' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22\x3e' +
							global_google_ads[i]["\x6c\x69\x6e\x65\x31"] + 
						'\x3c\x2f\x61\x3e' + ' ' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x32"] + 
						' ' +
						global_google_ads[i]["\x6c\x69\x6e\x65\x33"] + ' ' +
						'\x3c\x61 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22 \x73\x74\x79\x6c\x65\x3d\x22 \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b \x63\x6f\x6c\x6f\x72\x3a\x67\x72\x65\x65\x6e\x3b \x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x39\x70\x74\x3b \x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x22\x3e' + 
							global_google_ads[i]["\x76\x69\x73\x69\x62\x6c\x65\x5f\x75\x72\x6c"] + 
						'\x3c\x2f\x73\x70\x61\x6e\x3e\x3c\x2f\x61\x3e' +
					'\x3c\x2f\x64\x69\x76\x3e';
				
		break ;
		/*
		case 5 :   // horizontal 
			s += 	
					'<div style="width:' + gca.ad_width + 'px; float:left; margin-bottom:10px;">' +
						'<a href="' + global_google_ads[i].url + '" target="_blank">' +
							global_google_ads[i].line1 + 
						'</a>' + 
						'<br/>' +
						global_google_ads[i].line2 + 
						' ' +
						global_google_ads[i].line3 + 
						'<br/>' +
						'<a href="' + global_google_ads[i].url + '" target="_blank" style=" text-decoration:none; color:green; font-size:9pt; font-weight:normal;">' + 
							global_google_ads[i].visible_url + 
						'</span></a>' +
					'</div>';
				
		break ;
		*/
		case 5 :   // horizontal 
			AMfAV3 += 	
					'\x3c\x74\x72\x3e\x3c\x74\x64 \x63\x6c\x61\x73\x73\x3d\x63\x5f\x6d\x69\x64\x64\x6c\x65\x5f\x6c\x65\x66\x74\x3e\x26\x6e\x62\x73\x70\x3b\x3c\x2f\x74\x64\x3e\x3c\x74\x64\x3e' +
                    '\x3c\x64\x69\x76 \x69\x64\x3d\x22\x74\x31\x22 \x73\x74\x79\x6c\x65\x3d\x22\x70\x61\x64\x64\x69\x6e\x67\x2d\x62\x6f\x74\x74\x6f\x6d\x3a \x35\x70\x78\x3b\x6d\x69\x6e\x2d\x77\x69\x64\x74\x68\x3a\x33\x30\x30\x70\x78\x3b\x22\x3e' +
                    '\x3c\x74\x61\x62\x6c\x65 \x62\x6f\x72\x64\x65\x72\x3d\x22\x30\x22 \x63\x65\x6c\x6c\x73\x70\x61\x63\x69\x6e\x67\x3d\x22\x32\x22 \x63\x65\x6c\x6c\x70\x61\x64\x64\x69\x6e\x67\x3d\x22\x30\x22\x3e' +
                    '\x3c\x74\x72\x3e\x3c\x74\x64 \x72\x6f\x77\x73\x70\x61\x6e\x3d\x22\x34\x22 \x76\x61\x6c\x69\x67\x6e\x3d\x22\x74\x6f\x70\x22 \x73\x74\x79\x6c\x65\x3d\x22\x77\x69\x64\x74\x68\x3a\x33\x35\x70\x78\x3b \x70\x61\x64\x64\x69\x6e\x67\x2d\x74\x6f\x70\x3a\x35\x70\x78\x3b\x22\x3e' +
					'\x3c\x69\x6d\x67 \x73\x72\x63\x3d\x22\x69\x6d\x67\x2f\x61\x64\x73\x2d\x61\x72\x72\x2d\x6d\x71\x32\x5f\x61\x64\x75\x6c\x74\x2e\x67\x69\x66\x22 \x77\x69\x64\x74\x68\x3d\x22\x32\x34\x22 \x68\x65\x69\x67\x68\x74\x3d\x22\x32\x34\x22 \x61\x6c\x74\x3d\x22\x22\x3e\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x72\x3e' +
                    '\x3c\x74\x72\x3e\x3c\x74\x64\x3e\x3c\x61 \x63\x6c\x61\x73\x73\x3d\x22\x61\x64\x5f\x68\x65\x61\x64\x6c\x69\x6e\x65 \x6e\x6f\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e \x68\x6f\x76\x65\x72\x5f\x72\x65\x64\x22 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22\x3e' +
					global_google_ads[i]["\x6c\x69\x6e\x65\x31"] + 
					'\x3c\x2f\x61\x3e\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x72\x3e' +
                    '\x3c\x74\x72\x3e\x3c\x74\x64 \x63\x6c\x61\x73\x73\x3d\x61\x64\x5f\x6c\x69\x6e\x65\x3e' +
					global_google_ads[i]["\x6c\x69\x6e\x65\x32"] + 
					' ' +
					global_google_ads[i]["\x6c\x69\x6e\x65\x33"] + 
					'\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x72\x3e' +
                    '\x3c\x74\x72\x3e\x3c\x74\x64\x3e\x3c\x61 \x69\x64\x3d\x22\x61\x31\x22 \x63\x6c\x61\x73\x73\x3d\x22\x61\x64\x5f\x6c\x69\x6e\x6b \x68\x6f\x76\x65\x72\x5f\x72\x65\x64\x22 \x68\x72\x65\x66\x3d\x22' + global_google_ads[i]["\x75\x72\x6c"] + '\x22 \x74\x61\x72\x67\x65\x74\x3d\x22\x5f\x62\x6c\x61\x6e\x6b\x22\x3e' +
					global_google_ads[i]["\x76\x69\x73\x69\x62\x6c\x65\x5f\x75\x72\x6c"] +
					'\x3c\x2f\x61\x3e\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x72\x3e' +
					'\x3c\x2f\x74\x61\x62\x6c\x65\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x62\x72\x3e\x3c\x2f\x74\x64\x3e\x3c\x74\x64 \x63\x6c\x61\x73\x73\x3d\x63\x5f\x6d\x69\x64\x64\x6c\x65\x5f\x72\x69\x67\x68\x74\x3e\x26\x6e\x62\x73\x70\x3b\x3c\x2f\x74\x64\x3e\x3c\x2f\x74\x72\x3e';
				
		break ;
		
	} 
	
	
	return AMfAV3 ;
} 

function _mouseover() 
{ 
return window["\x73\x74\x61\x74\x75\x73"] = ""; 
} 

function gca_process_ad_units(szrim4) { 
	var qQ5 = '';
	var M6 = -1;
	var dI7 = 0;
	if (global_google_ads["\x6c\x65\x6e\x67\x74\x68"] >= gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"]) {
		M6 = gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"];
		if (global_google_ads["\x6c\x65\x6e\x67\x74\x68"] >= gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"]+szrim4) {
			dI7 = gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"]+szrim4 ;
			gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"] += szrim4 ;
		} else {
			dI7 = global_google_ads["\x6c\x65\x6e\x67\x74\x68"] ;
			gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"] += global_google_ads["\x6c\x65\x6e\x67\x74\x68"] - gca["\x73\x74\x61\x72\x74\x5f\x70\x6f\x73"] ;
		}
	}

	if (M6 >= 0) {
		for(i=M6; i < dI7; ++i) {
			qQ5 += gca_process_ad_unit(i) ;
		}
	}
	
	gca["\x61\x64\x5f\x63\x6c\x61\x73\x73\x65\x73"] = '' ;
	return qQ5 ;
}

function gca_display_ad_set(BMHlG8) { 
	window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x77\x72\x69\x74\x65"](BMHlG8);
}
function gca_display_nav_ad_set(bczas9) { 
	window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x77\x72\x69\x74\x65"](bczas9);
}

function gca_process_ad_set_label(QehzFOLK10) {  //style="padding-bottom:' + gca.ad_container_pad + 'px"
	QehzFOLK10 = //'<div><a href=\"' + google_info.feedback_url + '\" style="font-size:8pt;color:#888888;text-decoration:none; font-weight:normal;" target="_blank">Ads by Google</a></div>' + 
		'\x3c\x64\x69\x76 \x63\x6c\x61\x73\x73\x3d\x22\x67\x5f\x61\x64\x5f\x62\x6f\x74\x74\x6f\x6d\x53\x70\x61\x63\x65\x72\x5f\x73\x6d\x61\x6c\x6c \x67\x5f\x61\x64\x5f\x74\x6f\x70\x53\x70\x61\x63\x65\x72 ' + gca["\x61\x64\x5f\x73\x65\x74\x5f\x62\x6f\x78\x5f\x63\x6c\x61\x73\x73\x65\x73"] + '\x22 \x3e' +
			QehzFOLK10 +
		'\x3c\x2f\x64\x69\x76\x3e' ;	
	gca["\x61\x64\x5f\x73\x65\x74\x5f\x62\x6f\x78\x5f\x63\x6c\x61\x73\x73\x65\x73"] = '' ;  //default for next time
	return QehzFOLK10 ;
}
function gca_process_nav_ad_set_label(bRkTdq11) {  //style="padding-bottom:' + gca.ad_container_pad + 'px"
	bRkTdq11 = //'<div class="adsbygoogle_label"><a href=\"' + google_info.feedback_url + '\" target="_blank"><span style="color:#888888;">Ads by Google</span></a></div>' +
		'\x3c\x75\x6c\x3e' +
			bRkTdq11 +
		'\x3c\x2f\x75\x6c\x3e' ; 	
	gca["\x61\x64\x5f\x73\x65\x74\x5f\x62\x6f\x78\x5f\x63\x6c\x61\x73\x73\x65\x73"] = '' ;  //default for next time
	return bRkTdq11 ;
}



function gca_process_ad_set_container(lPdwhTS12) {
	lPdwhTS12 = '\x3c\x64\x69\x76 \x63\x6c\x61\x73\x73\x3d\x22' + gca["\x61\x64\x5f\x73\x65\x74\x5f\x63\x6c\x61\x73\x73\x65\x73"] + '\x22\x3e' +
			lPdwhTS12 +
		'\x3c\x2f\x64\x69\x76\x3e' ;
	gca["\x61\x64\x5f\x73\x65\x74\x5f\x63\x6c\x61\x73\x73\x65\x73"] = '' ;
	return lPdwhTS12 ;
}
function gca_process_nav_ad_set_container(VZysaFAae13) {
	VZysaFAae13 = '\x3c\x64\x69\x76 \x63\x6c\x61\x73\x73\x3d\x22\x6e\x61\x76\x22\x3e' +
			VZysaFAae13 +
		'\x3c\x2f\x64\x69\x76\x3e' ;
	gca["\x61\x64\x5f\x73\x65\x74\x5f\x63\x6c\x61\x73\x73\x65\x73"] = '' ;
	return VZysaFAae13 ;
}


function create_google_ad_set(aC14) { 
	var CuWoLpNZQ15 = gca_process_ad_units(aC14) ; 
	
	if (CuWoLpNZQ15 != '') {
		CuWoLpNZQ15 = gca_process_ad_set_label(CuWoLpNZQ15);
		CuWoLpNZQ15 = gca_process_ad_set_container(CuWoLpNZQ15);
		gca_display_ad_set(CuWoLpNZQ15);
	}
	
}
function create_google_nav_ad_set(ZnbE16) { 
	var MtPEIauN17 = gca_process_ad_units(ZnbE16) ; 
	
	if (MtPEIauN17 != '') {
		MtPEIauN17 = gca_process_nav_ad_set_label(MtPEIauN17);
		MtPEIauN17 = gca_process_nav_ad_set_container(MtPEIauN17);
		gca_display_nav_ad_set(MtPEIauN17);
	}
	
} 




