//configuration
//OAS_url = 'http://certads.reed-elsevier.com/RealMedia/ads/'; 
OAS_url = 'http://ads.reed-elsevier.com/RealMedia/ads/'; 
//OAS_sitepage = 'corporate.lexisnexis.com';
//OAS_sitepage = 'corporate.lexisnexis.com/news';  
//OAS_pageURL = window.location.hostname + window.location.pathname;
OAS_pageURL = 'corporate.lexisnexis.com' + window.location.pathname;
OAS_listpos = 'x33,x34';
partsofURL = OAS_pageURL.split("_")
OAS_sitepage = partsofURL[0];

//change the list of positions according to your ad server configuration
OAS_query = '';
OAS_target = '_top';
//end of configuration
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);

OAS_pageURL = OAS_pageURL.replace(/-/g,"");
OAS_pageURL= OAS_pageURL.replace(/_/g,"");
OAS_pageURL = OAS_pageURL.replace(/,/g,"/");
OAS_pageURL = OAS_pageURL.replace(/cat(\d+)/g,"cat/$1");
OAS_sitepage = OAS_pageURL.replace(/dot(\d+)/g,"dot/$1");
OAS_sitepage = OAS_sitepage.toLowerCase();





