| <font color=Green font size=15>Rockin to the best<br></font size15></font face></font size=9></FONT></div> <center><A href="Lily's-layout!http://www.xanga.com/Layouts_that_roxers_ur_soxers)">Lily's-layout!</A>
<STYLE> /* Gothic blue Colors */ body { background-color:grey; background-image:url(http://i19.photobucket.com/albums/b192/meganslayoutpictures/jordislay.jpg); background-attachment:fixed; background-repeat:all-directions; background-position:bottom right; scrollbar-arrow-color:grey; scrollbar-track-color:grey; scrollbar-shadow-color:black; scrollbar-highlight-color:gray; scrollbar-face-color:grey; scrollbar-darkshadow-color:grey; scrollbar-3dlight-color: grey; } .left, .blogbody, table.footer, .standard, td, p { /* edits main text */ font:normal 11px bookman old style; color:green; letter-spacing:0px; text-align:left; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:fixedsys; text-transform: lowercase; background-color:grey; font-size:23px; font-weight: normal; line-height: 22px; letter-spacing: -1px; color: green; text-align: right; padding: 3px; width: 400px; border:3px solid green; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: green; font:normal 11px bookman old style; line-height:10px; text-decoration: underline; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color green; font:normal 11px bookman old style; line-height:10px; text-decoration: underline; } a:hover { /* edits when user mouseovers the links */ font:normal 11px ms dialog light; line-height:11px; text-decoration:bold; cursor: nw-resize; color:green; border:4px solid green; background-color: grey; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid black; font:normal 11px bookman old style; background-color: transparent; letter-spacing:0px; color: green; } table.blogbody { /* this edits the other the place where the blog is */ border: 5px solid grey; width: 400px; background-color: black; } table.left { /* this edits the menu module */ border: 5px solid green; width: 180px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: grey; font: normal 22px ms dialog light; text-transform:lowercase; text-align:center; color: green; border:3px solid green; letter-spacing:-1px; line-height:20px; } table.left TD { /* on your menu module, this edits the body part of it */ font:11px bookman old style; color: green; text-align:left; border-top: 2px solid grey; width: 200px; background-color:grey; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color:grey; border: 2px solid grey; }+ table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid grey; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 650px; } hr { /* horizontal divider */ border: 3px solid green; } </style><!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <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> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 160; COLOR: #FFFFFF; font-face: verdana; height:174" name="playlist" size="1"> <option value="0"> so cold </option> <option value="1"> sooner or later </option> <option value="2"> ohio is for lovers </option> <option value="3"> SONG TITLE HERE </option> <option value="4"> SONG TITLE HERE </option> <option value="5"> SONG TITLE HERE </option> <option value="6"> SONG TITLE HERE </option> <option value="7"> SONG TITLE HERE </option> <option value="8"> SONG TITLE HERE </option> <option value="9"> SONG TITLE HERE </opyion> <option value="10"> SONG TITLE HERE </opyion> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="RaVe" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="FrEeZe" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="QuIeT" 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 // www.xanga.com/smartypants91780 // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]= "http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/23649/29521_1_1_05.asf" songs[1]= "http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/23649/29521_1_7_05.asf" songs[2]= "http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/26601/30741_1_8_05.asf" songs[3]=" SONG URL HERE " songs[4]=" SONG URL HERE " songs[5]=" SONG URL HERE " songs[6]=" SONG URL HERE " songs[7]=" SONG URL HERE " songs[8]=" SONG URL HERE " songs[9]=" SONG URL HERE " songs[10]=" SONG URL HERE "
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> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |