Here i edited it, also i made the background white, and i put the codes that are in your xanga.
CODE
<!-- begin code provided by createblog.com -->
<table width="100%" height="29" border="2" cellpadding="4" cellspacing="0" bordercolor="006633" bgcolor="#FFFFFF">
<tr>
<th height="29" scope="row">
<div align="left"><script language="JavaScript1.2">
var today = new Date;
var Future0 = new Date;
ThisYear = 2004;
var FutureMonth = 04;
var FutureDate = 7;
var faraevent = "<font color=#006633><i>AP Testings!!!</font>";
Future0.setMonth(FutureMonth, FutureDate);
Future0.setFullYear(ThisYear);
today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);
if (daysleftint > 1)
document.write(" ","<font color=#000000>", daysleftint, " <font color=#000000>Days Until</font> ", faraevent, " ");
else if (daysleftint == 1)
document.write(faraevent, " <font color=#000000>are Tomorrow</font>");
else if (today1 == future1)
document.write(faraevent, " <font color=#000000>are Today</font>");
else if (today1 > future1)
document.write(faraevent, " <font color=#000000>are Over for me!!! Yay!!!</font>");
</script></div>
<div align="right"><script language="Javascript">
//AIM Status - xanga.com/add_ons
//paste in custom header only
//your screen name below
var mysn="craziplaya21";
//the message before your AIM Status
var themsg="<font color=#000000>I am currently</font>";
//picture to show when you are online
var onlinepic="http://www.myimgs.com/data/craziplaya22/Online.gif";
//picture to show when you are offline
var offlinepic="http://www.myimgs.com/data/craziplaya22/Offline.gif";
//no need to edit here
document.write(themsg + " <IMG SRC=http://big.oscar.aol.com/" + mysn + "?on_url=" + onlinepic + "&off_url=" + offlinepic + "><font color=#000000> on aim.</font>");
</script>
</div></th>
</tr>
</table>
<!-- end code provided by createblog.com -->