// JavaScript Document
var insertionPoint = document.getElementById('xg_head');
var exceptionElement = document.getElementById('signin_email');
if((exceptionElement == null) && insertionPoint) { var text = '';
var fA= '<div style="background-color: #677E52;"><iframe id="ad" style="HEIGHT: 140px" frameborder="0" width="100%" src="http://webtechgurl.com/bbwo/ads_header.htm"></iframe></div>';
var bA= '<div style="background-color: #677E52;"><iframe id="bk" style="HEIGHT: 285px" frameborder="0" width="100%" src="http://webtechgurl.com/bbwo/featured_books/bwr_index.php"></iframe></div>';
insertionPoint.innerHTML += bA;
}