<\/SCRIPT>');
}
//tells how to call the ad position
var OAS_AD_LIST ='YOU CALLED: ';
document.write('');
function OAS_AD(pos) {
document.write('');
OAS_AD_LIST +='\n' + pos ;
//catch errors incase the listpos or other error happen
try{
if (OAS_version >= 11) {
OAS_RICH(pos);
}else{
OAS_NORMAL(pos);
}
}catch(e){/*alert('');*/}
document.write('
');
}
//added to see final debug message -- this will break IE
//alert ('FINAL \n sitepage:'+OAS_sitepage+' \n listpos:'+OAS_listpos+' \n query:'+OAS_query+'');
//added to check to make sure that everything is ok and that ads are served
if (OAS_sitepage == '' || OAS_listpos == ''){
document.write('');
}