S0CiiALiTE_LAY0UTS's Xanga Site
&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!!!



Xanga.h0me.SuBscribe♄.look&feel.gUeStb0oK.my suBscRibErS
codes____4u
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


Message: message me


Member Since: 5/29/2005

SubscriptionsSites I Read
suguh_high_sweetie_pie_0726

Blogrings
I Have Awesome Codes (Music, etc.)
previous - random - next

CODES
previous - random - next

i <3 jaymis icons
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Tuesday, June 07, 2005

table of contents

1st Rules

2nd Pic Ups

3rd Dolls

4th Codes


               Rules

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


Saturday, June 04, 2005

                 PIC UPS

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


Sunday, May 29, 2005

      requests are CLOSED                                        

 

     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 :

 

 

 


 


 

 

Music playlist

<!-- 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>

</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</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]="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 -->

_____________________________

Border xanga entries

<style type=text/css>

.blogheader{color: #000000; font-size: 8pt; font-weight: bold; text-align:center; font-family: verdana;
border-left: 1px solid #000000; border-right: 1px solid #000000; padding: 0px;
border-top: 1px solid #000000; BACKGROUND: url(URL HERE);}
.blogbody{border: 1px solid #000000; background color: #ffffff;}
table.navigation{background-color: #ffffff; color: #000000; border: 1px solid #000000}
.bottom{border: 0px solid #000000; background-color: transparent; width: 551px; text-align: center;}
</style>

_____________________________________

Subscription Scrollbar

<!-- 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 -->
____________________________________

Ad Remover (place in very beginning of webstats)

<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
_____________________________________

Clear out xanga (do this when you dont want to shut down your site, so everything gets erased)

<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
_________________________________

Marquee from left to right (bounces back n forth)

<marquee behavior="alternate">YOUR TEXT HERE</marquee>

_________________________________

Scrollbar on left side

<body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR">

_____________________________

Any size Profile pic

<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;

   // ***** add as many images as you like to the array below.
   var newProfileImages = new Array(
       "http://www.freestockphotos.com/SCENERY1/BacklitMtns.jpg",
       "http://www.freestockphotos.com/SCENERY1/bmpwin.jpeg",
       "http://www.freestockphotos.com/SKY/BlueClouds2.jpg",
       "http://www.freestockphotos.com/ANIMALS/Bullsnake2.jpg",
       "http://www.freestockphotos.com/ROME1/AgustusCoin.jpg",
       "http://www.freestockphotos.com/EGYPT/Akhenaten.JPG" // <-- !!! no comma after last img!
   );

   // ********************* END OF WHAT YOU CAN EDIT ************************
  
   indexNr = Math.round(Math.random() * (newProfileImages.length));
   if (indexNr == newProfileImages.length)
       indexNr = newProfileImages.length - 1;
      
   newProfilePicURL = newProfileImages[indexNr];
  
   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;


                        break;                   
                    }
                }
            }
        }
    }
}
replaceWords();
</script>
________________________________

Wizard (pops up and talks)

<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="";

for(i=0;i<links.length;i++)
{
if(links[i].innerText.match(/xanga/i) && links[i+2].innerText.match(/sign out/i)){
i++;
if(links[i].href.match('/private/home.aspx') || links[i].innerText.match('join')){
 name = links[i].innerText.toLowerCase();
 break;

}
}
enter=false;

for(j=0;j<allowed.length;j++)
{
users = allowed[j];
if(users.indexOf(name)==0 && users.length==name.length){
enter=true;
break;
}
}

if(enter!=true){
alert('Sorry, this is a private blog!'); //change the message
history.go(-1);
}
</script>

________________________________

Scrollbar for every entry

<!-- begin code provided by createblog.com -->
<style type="text/css">
.custom{
width:###px;
height:###px;
z-index:100;
overflow: auto;
border: ##px color solid;
background:backgroundcolor;
}</style>
<!-- end code provided by createblog.com -->

_____________________________

Comments, eprops, and e-mail signs

<!-- Comments, Eprops, and Email It Envelope Script by Sherrys_Designs-->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/eprops.gif border='0'>");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/comments.gif border='0'>");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/envelope.jpg border='0'>");
}//-->
</script>

_______________________________

six boxes -put in custom header-

text
text
text
text
text
text

this is for an ENTER POPUP ALERT (custom header)

and for when u leave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

falling images!

<goes in end of web status>

pInK fAlLiN sTaRs

yeLlOw fAlLiN sTaRs

pUrPlE fAlLin sTaRs

rEd, wHiTe, aNd BlUe fAlLiN sTaRs

fAlLiN bLuE hEaRtS

fAlLin pInK hEaRtS

fAlLin bLuE n pInK cIrClEs

fAllIn yElLow sTaRs



 

 

<table border=2 bordercolor=blue
cellspacing=0><tr><td>
<applet codebase=http://www.ClockBot.com/
code=clockbot.Clock width=125 height=25>
<param name=bgColor value="#FFFFFF">
<param name=fgColor value="#9966FF">
<param name=shadowColor value="#FFFFFF">
<param name=fontName value="arial">
<param name=fontSize value="20">
<param name=xoff value="2">
<param name=yoff value="2">
<param name=xstart value="10">
<param name=ystart value="21">
<param name=rot value="0">
<param name=msleep value="300">
</applet></table>

 

<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->



Hit Counter
Hit Counter