var myUrl = window.top.location.href;
//document.write ('myUrl is: ' +myUrl);

if  (myUrl.match("cmo-") == "cmo-"){
document.write ('<link rel="stylesheet" href="np_cmanager.css" type="text/css" media="screen" />');
}




