if (typeof boxtextcolor == 'undefined') var boxtextcolor = "white";
if (typeof opennewwindow == 'undefined') var opennewwindow = true;
if (typeof onlyimages == 'undefined') var onlyimages = true;

var myDate=new Date();
var today = (myDate.getMonth()+1)+"/"+myDate.getDate()+"/"+myDate.getFullYear();
document.write(" \
<div id=header0 style='width: 250px; height: 140px; border-width: 1; border-style:solid; border-color:#444444; padding: 0px; font: 9pt Tahoma;'> \
<table id=header1 width=100% style='background-color: black; font: 9pt Tahoma; color:white' cellpadding=0 cellspacing=1> \
<tr><td align=left><a "+(opennewwindow?"target=_blank":"")+" href='http://cartoonvalley.com/main.html?id="+myID+"' id=header2 style='color:white; text-decoration: none; font: 10pt Arial'>:: CartoonValley hottest news "+today+"</a></td></tr> \
</table> \
<div id=news style='vertical-align: middle;height:116px; padding: 3px;'> \
<center>Initializing news script...</center> \
</div> \
</div> \
<img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn0.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn1.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn2.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn3.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn4.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn5.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn6.jpg'><img style='visibility: hidden' width=0 height=0 src='http://media2.cashcv.com/cv/tn7.jpg'> \
");

var currNews = 0;
var fadercv = new Fadomatic(document.getElementById("news"), 5, 0);
function updateContent() {
	var news = document.getElementById("news");
	if (onlyimages) {
		news.innerHTML = "<center><a "+(opennewwindow?"target=_blank":"")+" href='http://cartoonvalley.com/main.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none;'><img style='border-width: 1; border-style:solid; border-color:#444444;' src='http://media2.cashcv.com/cv/tn"+currNews+".jpg'>&nbsp;<img style='border-width: 1; border-style:solid; border-color:#444444;' src='http://media2.cashcv.com/cv/tn"+(currNews + 1)+".jpg'></a></center>";
		currNews+=2;
	} else {
		news.innerHTML = "<a "+(opennewwindow?"target=_blank":"")+" href='http://cartoonvalley.com/main.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none;'><table border=0><tr><td valign=top><img style='border-width: 1; border-style:solid; border-color:#444444;vertical-align: top;' src='http://media2.cashcv.com/cv/tn"+currNews+".jpg' align=left valign=top width=111 height=111></td><td valign=top style='font:normal 12px Arial;color:"+boxtextcolor+"; text-decoration: none;'>"+eval("txt"+currNews)+"</a><br><br><center><a "+(opennewwindow?"target=_blank":"")+" href='http://cartoonvalley.com/main.html?id="+myID+"' style='color:"+boxtextcolor+"; text-decoration: none; font: bold 22pt Arial'>Enter</a></td></tr></table></center>";
		currNews++;
	}
	if (currNews > 6) currNews = 0;
	fadercv.fadeIn();
	setTimeout("changeNews()", 4000);
}
function changeNews() {
	fadercv.fadeOut();
	setTimeout("updateContent()", 1000);
}
document.getElementById("header0").style.backgroundColor = boxbgcolor;
document.getElementById("header1").style.backgroundColor = headerbgcolor;
document.getElementById("header2").style.color = headertextcolor;
document.getElementById("news").style.backgroundColor = boxbgcolor;
updateContent();
