/*
// Copyright Channel Intelligence, Inc. 1999-2009
*/
function gup(fld,val){
	var regex=new RegExp("[\\?&]"+fld.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]").toLowerCase()+"=([^&#]*)");
	var result=regex.exec(window.location.href.toLowerCase());
	if(result){return result[1];}
	return (val?val:'');
}

document.write('<div id="ciiContentDiv"></div>');
document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="http://mx.spex.channelintelligence.com/oem/11111/mx/LoadContent_v2.asp?nMXID='+gup('cii_nMXID',gup('nMXID',31883))+'&nVID='+gup('cii_nVID',gup('nVID',7240393))+'&nHeight='+gup('cii_nHeight',gup('nHeight',1500))+'&nWidth='+gup('cii_nWidth', gup('nWidth', 800))+'&bFlag='+gup('cii_bFlag', gup('bFlag', 0))+'&bQa='+gup('cii_bQa', gup('bQa', false))+'&sParentURL='+escape(location.href) + '"></scr' + 'ipt>');