// JavaScript Document
var insertionPoint = document.getElementById('xg_head');
//if the exceptin ID exists we abort 
var exceptionElement = document.getElementById('signin_email');
if((exceptionElement == null) && insertionPoint) {
   var text = '';
    var fa = '<div background-color: #831723;"><iframe id="ad" style="HEIGHT: 80px" frameborder="0" width="100%" src="http://webtechgurl.com/bbwo/bmcads.htm"></iframe></div>';
    insertionPoint.innerHTML += fa;
var bA= '<div style="background-color: #831723;"><iframe id="bk" style="HEIGHT: 285px" frameborder="0" width="100%" src="http://webtechgurl.com/bbwo/featured_books/bmc_index.php"></iframe></div>';
var ub = "http://"+document.domain;
if(document.URL == ub || document.URL == ub+"/" || document.URL == ub+"/index.php" || document.URL == ub+"/forum") { insertionPoint.innerHTML += bA;}}