&9829jaymi=]i luv the gilmore girls, mtv, vh1, nick, mtv cribs,i luv make up !!, i use eyeliner like every day,pac sun, american eagle, abercrombie, hollister,i mosly like rock, lincon park, korn, killers, and other music like that,molli, katlynn, catie, jessi, ashkey, erica, katie, megan d, megan d, megan n,and more DO NOT REMOVE THIS CODE : This layout was %100 made by S0CiiALiTE_LAY0UTS, so if you want one like this, go there!!!
read my profile sign my guestbook Interests:hey ppl here are the rules if yew ask mii for a doll please subscribe and vote also tell your friends about mii do the same with codes VOTE FOR MII if i dont get to at least the 200th place then i will shut down cause there is not point in mii workin on this if no one cares thenx luv ya <3 jaymi
Doll rules : if i make you a doll then make sure that you subscribe to mii, vote for mii, and leave some comments. If you dont like the doll then tell mii and ill fix it
Code rules: If you take a code then subscribe to mii, vote for mii, and leave a comment. If the code doesn't work then tell mii so i can fix it or take it off
HOW TO VOTE
click om the button above then click enter and vote and you are done
ok requests r closed !!! only for a wail tho and the ppl that requested before i closed requests will be filled it just might take a wail cause i am veeeerrrrrry busy
DOLLS You can request a type of doll (blonde, brunette, punk, girl, boy, ect.) BE SPECIFIC!! If you don't fill out this form..I will just delete your comment. Since school is out, I am going to update A LOT! lol
Form:
Hair Color: Girl or boy?: Type of person (punk, jock, prep, ect.): Type of bottoms: (shorts, skirts, etc): Color of bottoms: Skin Color (pale, tan, black): Type of top (tube top, tank top, long sleve, etc.): Type of shoe (tennis shoes, high heels, flip flops, etc.): I forgot to put color of shirt :
<!-- 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> <form name="form"> <select name="playlist" size="1">
<!-- Add song info here --> <option value="0">Artist Name - Song Title</option> <option value="1">Artist Name - Song Title</option> <option value="2">Artist Name - Song Title</option> <option value="3">Artist Name - Song Title</option> <option value="4">Artist Name - Song Title</option>
<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]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2]="SONG URL HERE"; songs[3]="SONG URL HERE"; songs[4]="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 -->
_____________________________________
No right click (A million pop-ups come up)
<!-- begin code provided by blogring.net --> <script LANGUAGE="JavaScript"> // Right Click Infinate Warning document.onmousedown=click var times=0 var times2=10 function click() { if ((event.button==2) || (event.button==3)) { if (times>=1) { bye() } alert("UR MESSAGE"); times++ } } function bye() { alert("SECOND MESSAGE"); bye() } </SCRIPT><!-- end code provided by blogring.net -->
__________________________________
No right click or highlight
<!-- Dual Protection by Blogring.net --> <body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false"> <!-- End script by Blogring.net -->
<!-- Adjust Sites I Read Height : Provided by Blogring.net --> <script type="text/javascript"> // written by EasterEgg //BLOGRING.NET function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '250px'; var allTables = document.getElementsByTagName('tbody'); for (i=4; i < allTables.length; ++i) { if ((allTables[i].innerHTML.indexOf('SubscribeTo.aspx') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '190px'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <!-- End Script : Blogring.net --> ____________________________________
Swap module sides (left to right)
<!-- Switch Module Sides : Provided by Blogring.net --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean http://www.xanga.com/seanmeister function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring.net tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by Blogring.net --> ____________________________________
Change e-prop and comment name (place at very bottom of webstats)
<!-- Text Link Replacing : Provided by Blogring.net --> <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; //blogring.net.document.write if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollar"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollars"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out"); }//--> </script> <!-- End Script : Provided by Blogring.net --> ____________________________________
<script type="text/javascript"> // // Copyright ?004 by EasterEgg. // // For use at Xanga only. // // This script allows you to use any online image as a profile pic, // regardless of it's size. You're no longer confined to 160 x 160 pixels // or the maximum width that the left sidebar allows, since this script // will also adjust the width of the left sidebar as you see fit. // Random pics will be chosen if you have added more than one profile pic // to the array "newProfileImages" below. // // This script is freeware and can be freely used as long as the copyright // notice and the comments in this script remains intact. It is provided // 'as is' without guarantees of any kind. // // The script doesn't work for Mac users... //
// ****************** BEGINNING OF WHAT YOU CAN EDIT ********************
// ***** Set the width of the image(s). Note that this has no effect in Netscape. maxWidth = 250;
newImage = new Image(maxWidth,0); newImage.src = newProfilePicURL;
var allImages = document.images;
// rule out Mac users if (navigator.userAgent.indexOf('Mac') == -1) { for ( i = 0; i < allImages.length; ++i ) { if (allImages[i].src.indexOf('profile') != -1) { allImages[i].src = newProfilePicURL; // Netscape doesn't allow adjusting the image width if (navigator.userAgent.indexOf('Netscape') == -1) { allImages[i].width = newImage.width; newStyle = '<style>table.left { width:' + (newImage.width + 40) + 'px;}</style>'; document.write(newStyle); } break; } } } </script>
_______________________________
Change name (name, location, birthday,etc.)
<script type="text/javascript"> function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Subscriptions", "About Me:", "Name:", "Birthday:", "Expertise:", "State:", "Email:", "Virginia", "Interests:", "Stats", "Gender:", "Female", "Posting Calendar", "My Blogrings");
// *** add the replacing words or fragments below var newWords = new Array( "BuDDiES//", "ME//", "NaME", "BiRTHDAY//", "EXPERTiSE//", "STaY AT//", "EMAiL//", "ViRGiNiA 757~", "iNTERESTED iN//", "STATZ//", "GENDeR//", "FEMaLE~", "//CALENDAR//", "//BLOGRiNGS//"); 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;
<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object> <script language="JavaScript"> <!-- // //edit at next section var RoverID; var RoverACS; tsaiannie53441.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = tsaiannie53441.Characters.Character(RoverID); Rover.Show();
//list the actions below //use Rover.Play to make it move //use Rover.Speak to make it talk
Rover.Play("GetAttention"); Rover.Speak("WELCOME TO MY XANGA!"); Rover.Play("Acknowledge"); Rover.Speak("ENJOY!");
//do not edit below this line Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS); return(true); } //--> </script> _____________________________
Allow certain usernames on your site
<script>
// Private Blogging // By Paul Chen // --- Coyote // Put your list of (exact) names here. // Make sure they are all lowercase. // "join" = unregistered viewers // Go to end of the script and change // the custom alert message.
var allowed = new Array( "USERNAME HERE", "USERNAME HERE", "USERNAME HERE", "USERNAME HERE", "USERNAME HERE" )
var links = document.getElementsByTagName('a'); name="";