♥ Put your name and age here and what sports you like and whats your favorite bands and favorite brands... You should BoldUnderline and Italicize things in here so it looks interesting!!!
i, EM {font-family: arial; font-weight: normal; color: #FF99CC; letter-spacing:none;}
<style></style></style>
<!-- add this below all the CSS -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody u, .standard u, p u, u {
font-weight: underline;
color: #FF80BF; border-bottom: 1pt dotted #FF99CC;}
em,
</style>
<!-- end code provided by createblog.com -->
<BR></DIV></TD>
<TD>
<DIV></DIV></TD>
<TD>
<b>Th</b>e <u>Facts</u><b>On</b><i>Me!</i>!!
<DIV style="BORDER-RIGHT: #FF99CC 4px solid; BORDER-TOP: #FF99CC 4px
solid; PADDING-LEFT: 2px; BACKGROUND:#ffffff; scroll repeat 0% 0%;
OVERFLOW: auto; BORDER-LEFT: #FF99CC 4px solid; WIDTH: 160px;
PADDING-TOP: 1pt; BORDER-BOTTOM: #FF99CC 4px solid; HEIGHT:
140px;align: center"> <i>♥</i> Put your
name and age here and what sports you like and whats your favorite
bands and favorite brands... You should <b>Bold</b>
<u>Underline</u> and <i>Italicize</i> things in
here so it looks interesting!!!
</DIV>
<TD>
<b>Th</b>e <u>Mu</u><b>S</b>II<i>c</i>!!
<DIV style="BORDER-RIGHT: #FF99CC 4px solid; BORDER-TOP: #FF99CC 4px
solid; PADDING-LEFT: 2px; BACKGROUND:#ffffff; scroll repeat 0% 0%;
OVERFLOW: auto; BORDER-LEFT: #FF99CC 4px solid; WIDTH: 160px;
PADDING-TOP: 1pt; BORDER-BOTTOM: #FF99CC 4px solid; HEIGHT:
140px; align: justify">
<!-- begin code provided by createblog.com -->
<!-- Music Playlist: Provided by music___1 -->
<object id="darkplayer"
codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type="application/x-oleobject" height="0" standby="Loading Microsoft
Windows Media Player components..." width="0"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<select name="playlist" size="1">
<!-- Add song info here -->
<option value="0"> TITLE OF MUSIC HERE </option>
<option value="1"> TITLE OF MUSIC HERE </option>
<option value="2"> TITLE OF MUSIC HERE </option>
<option value="3"> TITLE OF MUSIC HERE </option>
<option value="4"> TITLE OF MUSIC HERE </option>
<option value="5"> TITLE OF MUSIC HERE </option>
<option value="6"> TITLE OF MUSIC HERE </option>
<option value="7"> TITLE OF MUSIC HERE </option>
<option value="8"> TITLE OF MUSIC HERE </option>
<option value="9"> TITLE OF MUSIC HERE </option>
<option value="10"> TITLE OF MUSIC HERE </option>
<option value="11"> TITLE OF MUSIC HERE </option>
<option value="12"> TITLE OF MUSIC HERE </option>
<option value="13"> TITLE OF MUSIC HERE </option>
<option value="14"> TITLE OF MUSIC HERE </option>
<option value="15"> TITLE OF MUSIC HERE </option>
<option value="16"> TITLE OF MUSIC HERE </option>
<option value="17"> TITLE OF MUSIC HERE </option>
<option value="18"> TITLE OF MUSIC HERE </option>
<option value="19"> TITLE OF MUSIC HERE </option>
<option value="20"> TITLE OF MUSIC HERE </option>
</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="Play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="Pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="Stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // Set to 0 to always play first song in list
// Set to 1 to randomly choose the first song to play
songs=new Array();
// Add song URLs here
songs[0]=" PASTE THE URL OF SONG HERE ";
songs[1]=" PASTE THE URL OF SONG HERE ";
songs[2]=" PASTE THE URL OF SONG HERE ";
songs[3]=" PASTE THE URL OF SONG HERE ";
songs[4]=" PASTE THE URL OF SONG HERE ";
songs[5]=" PASTE THE URL OF SONG HERE ";
songs[6]=" PASTE THE URL OF SONG HERE ";
songs[7]=" PASTE THE URL OF SONG HERE ";
songs[8]=" PASTE THE URL OF SONG HERE ";
songs[9]=" PASTE THE URL OF SONG HERE ";
songs[10]=" PASTE THE URL OF SONG HERE ";
songs[12]=" PASTE THE URL OF SONG HERE ";
songs[13]=" PASTE THE URL OF SONG HERE ";
songs[14]=" PASTE THE URL OF SONG HERE ";
songs[15]=" PASTE THE URL OF SONG HERE ";
songs[16]=" PASTE THE URL OF SONG HERE ";
songs[17]=" PASTE THE URL OF SONG HERE ";
songs[18]=" PASTE THE URL OF SONG HERE ";
songs[19]=" PASTE THE URL OF SONG HERE ";
songs[20]=" PASTE THE URL OF SONG HERE ";
<CENTER><!-- Blink Boxes : Provided by Blogring.net -->
<SCRIPT language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#FF99CC","#FF80BF","#ff99cc");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 1;
// the width of the entire box, in pixels or %
var blinkWidth = 540;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;
// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"'
border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0
bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<!-- End Script by Blogring.net -->