//adt='Good news! <a href="/blackfriday.html">Black Friday Deals Week<\/a> started at Amazon!';
adt='$ave with <a href="/goldbox.html">Amazon Gold Box<\/a> deals';
$(".bcumb").append($('<div style="float:right;margin:0;font-size:100%;color: gray">'+adt+'</div>'));

var burl = document.location.href;
var i = burl.indexOf("/", 8);
burl = burl.substr(0, i);

function ShowTeaser()
{
	jQuery.fn.modalBox({
		directCall : {
            data : '<iframe allowtransparency=true frameborder=0 id=rf sandbox="allow-same-origin allow-forms allow-scripts" scrolling=auto src="'+burl+'/iblackfriday.html" style="width:100%;height:100%"></iframe>',
			setWidthOfModalLayer : 800
		}
	});
}

jQuery(document).ready(function()
{
 if(0 && !$.cookie('bf2011'))
 {
  $.cookie('bf2011', 1, {expires: 999, path: '/'});
  ShowTeaser();
 }
}
);


