| HEADER:
<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"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#ffffff; WIDTH: 170px; COLOR: #000000; font-face: cosmic sans ms; " name="playlist" size="1"> <option value="0">Mr. Brightside</option> <option value="1">Somebody Told Me</option> <option value="2">Smile Like You Mean it</option> <option value="3">Andy, You're a star</option> <option value="4">Everything will be alright</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(); songs[0]="http://www.thecrutch.net/mp3/thekillers-mrbrightside.mp3" songs[1]="http://www.dkeithrobinson.com/asterisk/sow/killers.mp3" songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25636/29487_1_3_04.asf" songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25636/29487_1_6_04.asf" songs[4]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25636/29487_1_11_04.asf"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script>
<FONT style="FONT-WEIGHT: bold; FONT-SIZE: 40pt; COLOR: #3300CC; LINE-HEIGHT: 15pt; FONT-FAMILY: Arial ; LETTER-SPACING: -5pt">The Killers</FONT><BR>
<style type="text/css"> /* <span class='searchlite'>blue heart</span> Stylesheet */ /* by brittany (xanga.com/brittanyshottlayouts) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #ffffff; background-image: url(http://img.photobucket.com/albums/v325/PinkFlamingo2/killers222.bmp); background-repeat: no-repeat; background-attachment: fixed; background-position: center right; background-color: #ffffff; scrollbar-arrow-color: #3300CC; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #3300CC; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #3300CC; scrollbar-darkshadow-color:#ffffff; scrollbar-3dlight-color: #3300CC; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tahoma; line-height:16px; color:#3300CC; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } .left B, { font: bold 11px tahoma; color: "#9933CC"; line-height: 16px;} .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FF0000; } div.blogheader, .caption { /* edits the dates */ font-family: impact; text-transform:lowercase; font-size:24px; line-height:30px; font-weight:regular; height: 1px; color: #3300CC; letter-spacing:1px; text-align: center; background-color: ; border: 7px solid ; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#3300CC; text-decoration: none; font:normal 11px tahoma; line-height:16px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #3300CC; text-decoration: none; font:normal 11px tahoma; line-height:16px; } a:hover { /* edits when user mouseovers the links */ height: 2px; font:normal 11px tahoma; line-height:16px; cursor: crosshair; filter:alpha (opacity=0, finishopacity=100, style=2); height: 6px; background-color:#FFFFFF; color:white; text-decoration: none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 3px solid #9933CC; font:normal 11px tahoma; background-color:#3300CC; letter-spacing:0px; color: #00FF66; } table.left { /* this edits the menu module */ border: 7px solid transparent; width:160px; background-color:#ffffff; } table.blogbody { /* this edits the other the place where the blog is */ border: 7px solid #3300CC; background-color: ; width:400px; font:normal 11px tahoma; line-height:16px; color: #000000;
} table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: transparent; font: bold 11px tahoma; color: #9933CC; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #ffffff; border: none; font:normal 11px tahoma; line-height:16px; color: #9933CC; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #FF0099; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FF0099; } </SCRIPT> <!-- End Script by Blogring.net -->
</style> <a href="http://xanga.com/brittanyshottlayouts" target="_blank">BrittanysHottLayouts</a><br /> <!-- End Script by Blogring.net -->
|