// LOAD STYLE SHEET FOR NETSCAPE 4
if(document.layers){document.write("<link rel='stylesheet' type='text/css' href='/nn4.css' />");}

// MAKE PNG ALPHA TRANSPARENCY WORK IN WIN IE 5.5+
// Full credit to aaron@youngpup.net for his Sleight script

if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
	document.writeln('<style type="text/css">img { visibility:hidden; } </style>');
	window.attachEvent("onload", fnLoadPngs);
}
function fnLoadPngs() {
	var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
	var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5);
	for (var i = document.images.length - 1, img = null; (img = document.images[i]); i--) {
	if (itsAllGood && img.src.match(/\.png$/i) != null) {
		var src = img.src;
		img.style.width = img.width + "px";
		img.style.height = img.height + "px";
		img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')"
		img.src = "/images/blank.gif";
		}
	img.style.visibility = "visible";
	}
}

// MONSTER BLOG TAGLINES
var tagline=new Array()
tagline[0]='<img alt="I Unleashed BLOG On The World!" src="/images/tagline0.gif" height="24" width="447" />'
tagline[1]='<img alt="BLOG!!! You Swore It Didn&#8217;t Exist!" src="/images/tagline1.gif" height="24" width="258" />'
tagline[2]='<img alt="BLOG! It&#8217;s Very Name Makes Mankind Tremble!!!" src="/images/tagline2.gif" height="24" width="266" />'
tagline[3]='<img alt="BLOG&#8230; Up From The Depths Of Nowhere!!!" src="/images/tagline3.gif" height="24" width="372" />'
tagline[4]='<img alt="It Was A Deadly Day For Mankind When I Found BLOG!!" src="/images/tagline4.gif" height="24" width="326" />'
tagline[5]='<img alt="I Created BLOG, The Thing That Shouldn&#8217;t Exist!!" src="/images/tagline5.gif" height="24" width="415" />'
tagline[6]='<img alt="In These Fantastic Pages You Will Meet&#8230; BLOG!!" src="/images/tagline6.gif" height="24" width="378" />'
tagline[7]='<img alt="Will The World Ever Forget It Was I Who Created BLOG?!?" src="/images/tagline7.gif" height="24" width="371" />'
tagline[8]='<img alt="Yes! There Really Is BLOG&#8230; The Thing That Could Not Die!" src="/images/tagline8.gif" height="24" width="450" />'

