if (typeof boxtextcolor == 'undefined') var boxtextcolor = "white";
if (typeof opennewwindow == 'undefined') var opennewwindow = true;
if (typeof onlyimages == 'undefined') var onlyimages = true;

var newsID = "news0";
var myDate=new Date();
var today = (myDate.getMonth()+1)+"/"+myDate.getDate()+"/"+myDate.getFullYear();
document.write(" \
<div id=header0 style='width: 300px; height: 213px; border-width: 1; border-style:solid; border-color:#444444; padding: 0px; font: 12px Verdana;'> \
<table id=header1 width=100% style='background-color: black; font: 12px Verdana; color:white' cellpadding=0 cellspacing=1> \
<tr><td align=left><a "+(opennewwindow?"target=_blank":"")+" href='http://onlinesuperheroes.com/index.html?id="+myID+"' id=header2 style='color:white; text-decoration: none; font: 12px Verdana'>:: OnlineSuperHeroes hottest news "+today+"</a></td></tr> \
</table> \
<div id="+newsID+" style='padding: 3px; height: 178px;'> \
<center>Initializing news script...</center> \
</div> \
</div> \
<img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn0.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn1.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn2.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn3.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn4.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn5.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn6.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/osh/tn7.jpg'> \
");

var currNews = 0;
var fader = new Fadomatic0(document.getElementById(newsID), 5, 0);
function updateContent1() {
	var news = document.getElementById(newsID);
	if (onlyimages) {
		news.innerHTML = "<a "+(opennewwindow?"target=_blank":"")+" href='http://onlinesuperheroes.com/index.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none;'><img style='border-width: 1; border-style:solid; border-color:"+imgbordercolor+";' src='http://media2.cashcv.com/osh/tn"+currNews+".jpg' width=124 height=174 align=left><img style='border-width: 1; border-style:solid; border-color:"+imgbordercolor+";' src='http://media2.cashcv.com/osh/tn"+(currNews + 1)+".jpg' width=124 height=174 align=right></a>";
		currNews+=2;
	} else {
		news.innerHTML = "<a "+(opennewwindow?"target=_blank":"")+" href='http://onlinesuperheroes.com/index.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none;'><img style='border-width: 1; border-style:solid; border-color:"+imgbordercolor+";' src='http://media2.cashcv.com/osh/tn"+currNews+".jpg' width=124 height=174 align=left><span style='font: normal 14px Verdana'>"+eval("txtosh"+currNews)+"</span></a><br><br><center><a "+(opennewwindow?"target=_blank":"")+" href='http://onlinesuperheroes.com/index.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none; font: bold 30px Verdana'>Enter</a></center>";
		currNews++;
	}
	if (currNews > 6) currNews = 0;
	fader.fadeIn();
	setTimeout("changeNews1()", 4000);
}
function changeNews1() {
	fader.fadeOut();
	setTimeout("updateContent1()", 1300);
}
document.getElementById("header0").style.backgroundColor = boxbgcolor;
document.getElementById("header1").style.backgroundColor = headerbgcolor;
document.getElementById("header2").style.color = headertextcolor;
document.getElementById(newsID).style.backgroundColor = boxbgcolor;
updateContent1();
