theLocation = new String(document.location);

if (theLocation.match("kimpossible") == "kimpossible"){
	dcImage = "http://psc.disney.go.com/disneychannel/kimpossible/images/DCwatchmessage_kim.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/kimpossible/images/wtch_kimpossible.gif";
}
else if (theLocation.match("thatssoraven") == "thatssoraven"){
	dcImage = "http://psc.disney.go.com/disneychannel/thatssoraven/images/DCwatchmessage_raven.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/thatssoraven/images/wtch_thatssoraven.gif";
}
else if (theLocation.match("suitelife") == "suitelife"){
	dcImage = "";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/suitelife/images/wtch_suitelife.gif";
}
else if (theLocation.match("thereplacements") == "thereplacements"){
	dcImage = "";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/thereplacements/images/wtch_thereplacements.gif";
}
else if (theLocation.match("hannahmontana") == "hannahmontana"){
	dcImage = "";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/hannahmontana/images/wtch_hannahmontana.gif";
}
else if (theLocation.match("emperorsnewschool") == "emperorsnewschool"){
	dcImage = "";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/emperorsnewschool/images/wtch_emperorsnewsch.gif";
}
else if (theLocation.match("buzzonmaggie") == "buzzonmaggie"){
	dcImage = "";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/buzzonmaggie/images/wtch_buzzonmaggie.gif";
}
else if (theLocation.match("philofthefuture") == "philofthefuture"){
	dcImage = "http://psc.disney.go.com/disneychannel/philofthefuture/images/DCwatchmessage_phil.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/philofthefuture/images/wtch_phil.gif";
}
else if (theLocation.match("lizziemcguire") == "lizziemcguire"){
	dcImage = "http://psc.disney.go.com/disneychannel/lizziemcguire/images/DCwatchmessage_lizzie.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/lizziemcguire/images/wtch_lizzie1.gif";
}
else if (theLocation.match("theproudfamily") == "theproudfamily"){
	dcImage = "http://psc.disney.go.com/disneychannel/theproudfamily/images/DCwatchmessage_proud.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/theproudfamily/images/wtch_theproudfamily.gif";
}
else if (theLocation.match("liloandstitch") == "liloandstitch"){
	dcImage = "http://psc.disney.go.com/disneychannel/liloandstitch/images/DCwatchmessage_stitch.gif";
	abcKidsImage = "http://psc.disney.go.com/disneychannel/liloandstitch/images/wtch_liloandstitch.gif";
}
else {
	dcImage = "";
	abcKidsImage = "";
}


//if (getCookie("abcKidsCookie") == "true" && dcImage != ""){
//	document.write ('<a href="http://www.disney.go.com/disneychannel/index.html">');
//	document.write ('<img src="' + dcImage + '" border=0>');
//	document.write ('</a>')
//}
//else if(getCookie("abcKidsCookie") != "true" && abcKidsImage != ""){
	document.write ('<a href="http://abckids.com">');
	document.write ('<img src="' + abcKidsImage + '" border=0>');
	document.write ('</a>');	
//}