|
SubscriptionsSites I Read
|
|
|
|
| PLACE IN HEADER
<MULTICOL WIDTH=200> <CENTER><FONT FACE="Eras Demi ITC" SIZE="+5" COLOR="HOTPINK"> <IMG SRC="http://www.zumiez.com/site/couchtour04/downloads/icons_lips.gif" WIDTH="50" HEIGHT="50" BORDER="1" ALT="WELCOME"> KISS ME <IMG SRC="http://www.zumiez.com/site/couchtour04/downloads/icons_lips.gif" WIDTH="50" HEIGHT="50" BORDER="1" ALT="WELCOME"></FONT> <BR> </CENTER> <br><br><br><br><br><br><p>
<!-- end code provided by createblog.com --><BR><BR><center><a href="http://xanga.com/punkprincess_layouts"> Punkprincess_layouts</a><BR><BR></center>
<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:silver; WIDTH: 160; COLOR:black; font-face: verdana; height:174" name="playlist" size="1"> <option value="0">TEXT HERE</option> <option value="1">TEXT HERE</option> <option value="2">TEXT HERE</option> <option value="3">TEXT HERE</option> <option value="4">TEXT HERE</option> <option value="5">TEXT HERE</option> <option value="6">TEXT HERE</option> <option value="7">TEXT HERE</option> <option value="8">TEXT HERE</option> <option value="9">TEXT HERE</option> <option value="10">TEXT HERE</option> <option value="11">TEXT HERE</option> <option value="12">TEXT HERE</option> <option value="13">TEXT HERE</option> <option value="14">TEXT HERE</option> <option value="15">TEXT HERE</option> <option value="16">TEXT HERE</option> <option value="17">TEXT HERE</option> <option value="18">TEXT HERE</option> <option value="19">TEXT HERE</option> <option value="20">TEXT HERE</option> </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="CUT" 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 // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]=" SONG URL" songs[1]=" SONG URL" songs[2]="SONG URL" songs[3]="SONG URL" songs[4]="SONG URL" songs[5]="SONG URL" songs[6]=" SONG URL" songs[7]=" SONG URL" songs[8]=" SONG URL" songs[9]=" SONG URL" songs[10]=" SONG URL" songs[11]=" SONG URL" songs[12]=" SONG URL" songs[13]=" SONG URL" songs[14]=" SONG URL" songs[15]=" SONG URL" songs[16]=" SONG URL" songs[17]=" SONG URL" songs[18]=" SONG URL" songs[19]=" SONG URL" songs[20]=" SONG URL"
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>
<table> <TR> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="1"><font color=lime family="Eras Demi ITC" size=2> ADD TEXT</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="down" height=35 width=50 scrollamount="1"><font color=lime family="Eras Demi ITC" size=2> ADD TEXT</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="right" height=35 width=50 scrollamount="1"><font color=lime family="Eras Demi ITC" size=2> ADD TEXT </font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="up" height=35 width=50 scrollamount="1"><font ADD TEXT=lime family="Eras Demi ITC" size=1> MCR </font></marquee> </fieldset> </td> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="1"><font color=lime family="Eras Demi ITC" size=2> ADD TEXT </font> </marquee> </fieldset> </td> <td>
</table>
<HR WIDTH="60%"> <MULTICOL WIDTH=500>
<script> <!-- begin code provided by createblog.com --> <!-- //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("black","hotpink","hotpink"); // the border color var blinkBorderColor = "black" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 2; // the # of columns var blinkCols = 50; // the width of the entire box, in pixels or % var blinkWidth = 600; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 5; // 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(); //--> <!-- end code provided by createblog.com --> </script>
<STYLE type="text/css"> body { background-color:black; background-image:url(http://www.zumiez.com/site/couchtour04/downloads/black_800x600.jpg); background-position: center; background-repeat: fixed; background-attachment:fixed; scrollbar-arrow-color:hotpink; scrollbar-track-color:transparent; scrollbar-shadow-color: hotpink; scrollbar-face-color: black; scrollbar-highlight-color: hotpink; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: transparent; }.left, .blogbody, table.footer, .standard, td, p { /* edits main text */ font:normal 10px Terminal; line-height:12px; cursor: w-resize; color:lime; letter-spacing:0px; text-align:left; } .blogbody b, .standard b, strong{ color:lime; font: 18px Eras Demi ITC; font-weight:bold; font-size:11px; } .left i, .blogbody i, .standard i, em{ color:lime; font: 26px Script; font-weight: normal; } .left u, .blogbody u, .standard u{ color:lime; font-weight:bold; font: 11px Eras Demi ITC; border-top:1px solid hotpink; border-bottom:1px solid hotpink;: } table.footer TD { justify: left; } div.blogheader, .caption { font-family: Eras Demi ITC; text-transform: lowercase; background-color:black; font-size:15px; font-weight: bold; filter: alpha (opacity=100, finishopacity=0, style=2); height: 2px; line-height: 30px; letter-spacing:1px; color: lime; text-align: center; padding: 2px; width: 250px; border: none; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:hotpink; font:normal 11px terminal; line-height:10px; text-transform:uppercase; text-decoration: none; background-color:#transparent; } a:visited, a.footernav:visited, { color: hotpink; font: 11px terminal; line-height:10px; text-transform:uppercase; text-decoration: none; background-color:black; } a:hover { font:normal 8px terminal; line-height:10px; text-transform:uppercase; cursor: nw-resize; border: 2px solid hotpink; color:lime; letter-spacing:-1px; background-color:black; } input, select, textarea, iframe.htmleditor, .textfield, .button { border: 1px solid hotpink; font:normal 8px Terminal; background-color:transparent; letter-spacing:0px; color: lime; } table.blogbody { border: 1px solid hotpink; width: 200px; background-color: black; } table.left { border: 2px solid hotpink; width: 200px; background-color:black; } table.left th { background-color:black; font:normal 15px Eras Demi ITC; text-transform:lowercase; filter: alpha (opacity=100, finishopacity=0, style=2); text-align:center; color: lime; border: 1px Dotted hotpink; letter-spacing:-3px; } table.left TD { font:normal 8px terminal; color: lime; text-align:left; border-top:1px solid hotpink; width: 200px; background-color:black; } table.search TD, table.search, table.announcements { background-color: transparent; border: 1px solid hotpink; } table.search TD, table.announcements TH { border: 1px dashed hotpink; } table.navigation, table.main, table.footer { width: 200px; } hr { border: 4px solid hotpink; } </style> <br><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 24pt; COLOR: #ffffff; LINE-HEIGHT: 15pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"><br><br><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 24pt; COLOR: ffffff#; LINE-HEIGHT: 15pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"></pre></MULTICOL>
<style type="text/css"> BODY{border-style:solid; border-top-width: 45px; border-color: black; border-bottom-width: 45px; border-color: black; border-left-width: 45px; border-color: black; border-right-width: 45px; border-color: black;} </style> | | |
| PLACE IN WEBSTATS
<!-- from xanga.com/html_scripts--> <style type="text/css"> .custom{ width:200px; height:350px; z-index:100; overflow: auto; border: 2px color solid; background:Transparent; }</style> <!-- begin code provided by createblog.com from xanga.com/html_scripts--> <script> var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){ if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;} table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild; inner = stuff.innerHTML stuff.innerHTML=""; stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>'); } } </script>
<script type="text/javascript"> // // © EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Subscriptions", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "read my profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "State:", "Country:", "Interests:", "Expertise:", "Website", "Email", "Member Since:"); // *** add the replacing words or fragments below var newWords = new Array( "mY PeOpLeZ", "pUbLiSh eXpReSsIoNs", "+ ePrOpZ", "ePrOp", "ePrOpZ", "+ eXpReSsIoNs", "eXpReSsIoN", "eXpReSsIoNz", "E-mAiL iT", "SeE ThA pRoFiLe", "SiGn ThA G-BoOk", "CoNnEcTiOnZ", "TiMe MaP", "GeT iNvOlVeD CrAp", "GeT OuT", "ThA NaMe:", "i WaS BoRn:", "GiRl oR BoY?", "ThA StAtE:", "ThA CoUnTrY:", "wHaT i LoVe:", "mY tHiNg:", "mY SiTe", "E-mAiL mE", "jOiNeD XaNgA oN:"); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <!-- Remove Various Things : Provided by Blogring.net --> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); //document.write.blogring.net for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- End script : Provided by Blogring.net -->
| | |
|