hey welcome to the site!! :-)
Amazing Counters
Surefit Slip Cover Coupons


*HUGS* TOTAL! give hawtlyts96325 more *HUGS*
Get hugs of your own
hawtlays96325
read my profile
sign my guestbook

Visit hawtlays96325's Xanga Site!

Message: message me


Member Since: 12/22/2005

SubscriptionsSites I Read

Blogrings
LAYOUTS LAYOUTS LAYOUTS LAYOUTS LAYOUTS LAYOUTS LA
previous - random - next

layouts layouts layouts layouts layouts
previous - random - next

Layouts LAyout layouts..LOok at all the LAyouts
previous - random - next

Our Layouts Will Kick Your Layouts Butts
previous - random - next

{viintage layouts}
previous - random - next

<3 I make layouts, aren't you proud? <3
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Monday, December 26, 2005

NEW SITE!

lyts_doodx3


Thursday, December 22, 2005

Rules

-No jocking (duh)

-No mean comments (thats just mean)

-Leave comments when you use a lay!!!

- what i have rite now

-  -request

-  -personal fave

- -very hawt

 -new

-   -your text here

-  -won at hawtcontests
Lays
<33-1
<33-2 
<33-3
<33-4
<33-5 
<33-6 
<33-7
<33-8 
<33-9
<33-10
<33-11
<33-12
<33-13 
<33-14 
<33-15 
<33-16 
<33-17 
<33-18 
<33-19 
<33-20 
<33-21  
<33-22  made by o0olalalays
<33-23  made by radd_designs
33-24  made by o0oh_lyts

Devlins Layout
&& white flower background (its whiteflower_lyts because i was bored & made that site)



Requests

Fill out form  below

Colors (4 max.) ___________________________________
Heading (optional) _________________________________
Theme __________________________________________
Quotes (opt.) _____________________________________
Did you suscribe?? (underline , bold, or italisize one)  yes     no
How did you find out about this site?? ________________________________
_____________________________________________________________
Questions, Comments, or Concerns ______________________________________


Codes



Ad Remover (Copy and Paste to website stats (bottom of look and feel))

<!--AdRemover--><br /></table></td></tr></tr></td></table><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><!--Finished--><br />
<<!--AdRemover-->
<!--Screennaimless code created by
Lathea Byrd-->
<!--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-->

Stalker Code ((this one also goes under website stats))

<script>
/* Change your options here.
   See the documentation at
   http://suhock.net/xanga/xasm.html
   for more info. */

var show = true;
var title = "My Stalkers";
var before = "My Blogrings";
var sortby = "date";
var order = "desc";
var limit = 0;

/* Don't change anything beyond this point, unless you know
   what you're doing (not that you would pay any attention
   to this warning if you do know what you're doing) */

function getElement(id) {
  if(document.all) {
    return document.all[id];
  } else {
    return document.getElementById(id);
  }
}

function getUser() {
  var user = '';
  for (var i=0; i<document.links.length; i++) {
    if (document.links[i].href.substring(0,38) ==
        "http://www.xanga.com/private/home.aspx") {
      var link = document.links[i];
      if (link.innerText) {
        user = link.innerText;
      } else if (link.text) {
        user = link.text;
      }
      break;
    }
  }
  return user;
}

var tagname = 'script';

function getOwner() {
  var url = document.URL;
  var b = url.indexOf("?user=");
  if (b==-1)
    b = url.indexOf("&user=");
  if (b==-1)
    return getUser();
  b += 6;
  var e = url.indexOf("&", b);
  if (e==-1)
    e = url.length;
  return url.substring(b, e);
}
</script>

<img id="xasm_img" src="http://www.xanga.com/images/dot_clear.gif"
     width="1" height="1">
<span id="xasm_mod"></span>

<script>
  document.images["xasm_img"].src = "http://suhock.net/xanga/logs/img.php?" +
    "u=" + escape(getOwner()) + "&" +
    "v=" + escape(getUser()) + "&" +
    "r=" + escape(document['referrer']);

if (show) {
  var el1 = document.createElement(tagname);
  el1.src =
    "http://suhock.net/xanga/logs/stalkers.js.php?" +
      "u=" + escape(getOwner()) + "&" +
      "title=" + escape(title) + "&" +
      "before=" + escape(before) + "&" +
      "sortby=" + escape(sortby) + "&" +
      "order=" + escape(order) + "&" +
      "limit=" + escape(limit);
  getElement('xasm_mod').appendChild(el1);
}
</script>

 

<script type='text/javascript'>
// change displayed username by micron
// for more xanga scripts and help go to createblog.com

// displayed text in place of username
var replace = 'USERNAME';

document.getElementById('ProfileModule1_lblUserName').innerHTML = replace;
</script>
<!-- end code provided by createblog.com -->


Chatterbox Screenname Tracker ((goes under website stats))

<script language="javascript">
//chatterbox screen name tracker - xanga.com/add_ons
function getXName() {
for (var i = 0; i < document.links.length; i++) {
if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") {
var link = document.links[i];
var text = document.all ? link.innerText : link.text ? link.text : '';
return text;
break;
}}
return null;
}
 
function getPopLink() {
for (var i = 0; i < document.links.length; i++) {
if (document.links[i].id=='chatterpopup')
return document.links[i]; break;
} return null; }
 
xName = getXName();
if (xName != null && chatterbox == 'ok') {
nameBox = document.forms['chatterform'].elements['name'];
nameBox.value=xName;
chatter_name = xName;
urlBox = document.forms['chatterform'].elements['uurl'];
if (urlBox) {
urlBox.value='http://www.xanga.com/home.aspx?user=' + xName;
}
 
} else
if (xName == null && chatterbox == 'ok') {
nameBox = document.forms['chatterform'].elements['name'];
nameBox.value='Log in';
nameBox.disabled=true;
 
 
msgBox = document.forms['chatterform'].elements['msg'];
msgBox.value='to post';
msgBox.disabled=true;
 
postBtn =
document.forms['chatterform'].elements['post'];
postBtn.disabled = true;
 
urlBox = document.forms['chatterform'].elements['uurl'];
if (urlBox) {
urlBox.value='to Xanga';
urlBox.disabled=true;
}
 
popLink = getPopLink();
if (popLink != null) {
popLink.href = popLink.href + '&nopost=Log+in!!'; }
 
}
</script> > <BR>



Alternate Comment Colors ((goes under website stats))

<script language="javascript">
<!-- Alternating Comment colors : Provided by Blogring.net -->
/*
by Sean F
*/
function colorComments(){
var bg1="#FFFFFF";
var bg2="#FCEBFF";
var sw=0;
var attname = document.all ? "class"+"Name" : "class";
var ctables = document.getElementsByTagName("table");
for (var cn=0; cn < ctables.length; cn++){
if (ctables[cn].getAttribute(attname) == "blogbody"){
sw = sw == 1 ? 0 : 1;
ctables[cn].style.backgroundColor = sw == 1 ? bg1 : bg2;
}}}
if ( .href.indexOf("item.aspx") != -1) colorComments();
</script>



Scrollbar for all Entries ((goes under website entries))

<!-- from xanga.com/html_scripts-->
<style type="text/css">
.custom{
width:400px;
height:400px;
z-index:100;
overflow: auto;
border: 2px color solid;
background:#FFFFFF;
}</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>

Wizard guy ((under custom header))



<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(" TEXT HERE PEOPLE! ");
Rover.Play("Acknowledge");
Rover.Speak(" TEXT HERE PEEPZ! ");
//do not edit below this line
Rover.Hide();
function LoadLocalAgent(CharID, CharACS) {
LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS);
return(true);
}
//-->
</script>



Fireworks ((Under website stats - makes website really slow, not reccomended))

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script>
// xanga fireworks - by jeff aka godofphotoshop
// happy fourth of july everyone!
// paste in website stats
var firework_text = "*";     // control fireworks shape
var firework_count = 5;      // higher = more blooms at a time
var firework_size = 150;     // higher = larger blooms
var firework_density1 = 25;  // higher = dense fireworks
var firework_density2 = 10;  // higher = dense fireworks
var firework_life = 80;      // higher = longer lasting blooms
var firework_fadelife = 20;  // higher = longer to fade
// do not edit below this line
var blooms = new Array();
var firework_enabled = true;
var myCanvas = document.body;
var time = 0;
var bloomid = 0;
stix = window.setTimeout;
// HSV conversion from http://www.ficml.org/jemimap/style/color/wheel.html
function hue2hex(Hdeg) {
   H = Hdeg/360;     // convert from degrees to 0 to 1
   S = 1;
   V = 1;
   var_h = H*6;
   var_i = Math.floor( var_h );     //Or ... var_i = floor( var_h )
   var_1 = V*(1-S);
   var_2 = V*(1-S*(var_h-var_i));
   var_3 = V*(1-S*(1-(var_h-var_i)));
   if (var_i==0)      {var_r=V;    var_g=var_3; var_b=var_1}
   else if (var_i==1) {var_r=var_2; var_g=V;     var_b=var_1}
   else if (var_i==2) {var_r=var_1; var_g=V;     var_b=var_3}
   else if (var_i==3) {var_r=var_1; var_g=var_2; var_b=V}
   else if (var_i==4) {var_r=var_3; var_g=var_1; var_b=V}
   else               {var_r=V;     var_g=var_1; var_b=var_2}
   R = Math.round(var_r*255);   //RGB results = From 0 to 255
   G = Math.round(var_g*255);
   B = Math.round(var_b*255);
   hexval = R*65536 + G*256 + B
   hexstr = hexval.toString(16);
   while(hexstr.length < 6) hexstr = "0" + hexstr;
   return "#" + hexstr;
}
function Bloom() {
   size = firework_size * (0.9 + (Math.random() * 0.1));
   centerX = Math.random() * (myCanvas.clientWidth - size) + size/2;
   centerY = Math.random() * (myCanvas.clientHeight - size) + myCanvas.scrollTop + size/2;
   density1 = firework_density1 * (0.9 + (Math.random() * 0.1));
   density2 = firework_density2 * (0.9 + (Math.random() * 0.1));
   hue = 360 * Math.random();
   this.bloomid = bloomid++;
   this.active = true;
   this.offtime = time + (firework_life  * (0.9 + (Math.random() * 0.2)));
   this.masterParticles = new Array();
   for(var i = 0; i < density1; i++) { this.masterParticles.push(new MasterParticle(centerX, centerY, Math.random() * 6.283, size * (0.3 + Math.random() * 0.7), hue + (Math.random() * 60), density2)); }
}
function MasterParticle(x, y, direction, velocity, hue, density2) {
   this.x = x;
   this.y = y;
   this.dx = velocity * Math.cos(direction) / density2;
   this.dy = velocity * Math.sin(direction) / density2;
   this.hue = hue;
   this.subParticles = new Array();
   this.i = 0;
   this.density2 = density2;
}
function SubParticle(x, y, hue, bloomid) {
   var z = document.createElement("span");
   z.innerText = firework_text;
   z.style.position = "\u0061bs\u006flut\u0065";
   z.style.top = y;
   z.style.left = x;
   z.style.color = hue2hex(hue);
   z.id = "span_" + bloomid.toString();
   this.span = myCanvas.appendChild(z);
}
function NullBloom() {
   this.active = false;
}
function Clear(bloomid) {
   while(document.getElementById("span_" + bloomid.toString())) document.body.removeChild(document.getElementById("span_" + bloomid.toString()));
}
function StopFireworks() {
   for(i = 0; i < firework_count; i++) { if(blooms[i].active) Clear(blooms[i].bloomid); blooms[i] = null; blooms[i] = new NullBloom(); }
   firework_enabled = false;
}
for(var i = 0; i < firework_count; i++) blooms.push(new NullBloom());
function updateFireworks() {
   time++;
  
   for(var a = 0; a < firework_count; a++) {
      // update fireworks colors
      if(blooms[a].active) {
         for(var b = 0; b < blooms[a].masterParticles.length; b++) {
            bo = blooms[a].masterParticles[b];
            if(bo.i++ < bo.density2) bo.subParticles.push(new SubParticle(bo.x + bo.i * bo.dx, bo.y + bo.i * bo.dy, bo.hue, blooms[a].bloomid));
            if(blooms[a].offtime <= time) {
               for(var c = 0; c < blooms[a].masterParticles[b].subParticles.length; c++) {
                  var temp = blooms[a].masterParticles[b].subParticles[c];
               }
            }
         }
         if((blooms[a].offtime + firework_fadelife) <= time) {
            Clear(blooms[a].bloomid);
            blooms[a] = null;
            blooms[a] = new NullBloom();
         }
      }
      else if(Math.random() < 0.05) {
         blooms[a] = new Bloom();
      }
   }
  
   if(firework_enabled) stix(updateFireworks, 50);
}
stix(updateFireworks, 3000);
</script>
<a href="#" onclick="StopFireworks();">stop the fireworks</a> - <a href="http://www.xanga.com/godofphotoshop">get the script</a>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


Pop-up on Enter ((under website stats))

<BR></FONT></P><TEXTAREA style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; WIDTH: 156px; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: arial; HEIGHT: 41px; BACKGROUND-COLOR: #ffffff" rows=1 cols=28>Lookey at my box!

Pop-up on Exit ((under website stats))

<body onUnload="alert('TEXT HERE');"

Pop-up that asks for name when you enter   ((under website stats))

<SCRIPT LANGUAGE="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
// from xanga.com/html_scripts
name=window.prompt("Please tell me your name.","nobody");
document.write("<p align=center>Hi! "+name+".</p>")
//-->
</script>


Screen shakes on right-click ((under web stats))


<script language=JavaScript>
<!--
function click() {
if (event.button==2) {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(50, 50)
window.moveTo(55, 55)
window.moveTo(60, 60)
window.moveTo(100, 100)
window.moveTo(5000, 5000)
alert(' WTF!?');
}
}
document.onmousedown=click
// -->
</SCRIPT>


Tornado Marquee ((web stats))

<!-- begin code provided by createblog.com -->
<MARQUEE DIRECTION=up SCROLLDELAY=1 SCROLLAMOUNT=2 HEIGHT=100 STYLE="text-align:justify;filter:wave(add=50, phase=1, freq=2, strength=100);<FONT COLOR=#FFFFFF>"><center>
<BR>YOUR
<BR>TEXT
<BR>HERE
</marquee>
<BODY onLoad="startBanner()">
<!-- end code provided by createblog.com -->



Flashing Words ((web stats))

<FONT color=#33ccff size=1><STRONG>
<MARQUEE scrollAmount=400 scrollDelay=400>*flashing words*</MARQUEE>

Floating Words  ((web stats))

<marquee behavior=alternate direction=up width=50%><marquee direction=RIGHT OR LEFT behavior=alternate>YOUR WORDS HERE</marquee></marquee>

Glow Marquee  ((web stats))

<marquee><TABLE
STYLE="filter:glow(color=____,
strength=___)">
<TR><TD><center>
glow text</TABLE></marquee>

Marquee w. border ((web stats))

<MARQUEE width="100" style="border:2pxdotteddeeppink">writing</MARQUEE>

Marquee w. directions ((web stats))

<marquee direction=right,
left,up,or down>TEXT HERE</marquee>

Marquee w. backround ((web stats))

<MARQUEE style="WIDTH: 309px; HEIGHT: 16px" bgColor=aqua>YOUR TEXT HERE</MARQUEE>





There are MANY more codes... i got all of these from here.





Q's

Q) How do I put a layout on my site?

A) Copy the code for the layout by clicking on the x next to the layout title. Then go into your look&feel and paste the code in your custom header. Then hit save changes. Your done!

Q) How do I replace the url for a link with anything else? (ex.our x's for previews to our layouts.)

A) Use this code. http://www.xanga.com/trendychiclays"><b>STFU&CLiCK  </b></A>  and put it in the link section. (rite by the pic button by smilies.) Then replace the url with whatev url yooh need then put what you want it to be replaced with in the STFU&CLiCK section part. Then hit ok. It will show up with letters after it. Delete that part, but keep the link. Credit to TRENDYCHiCLAYS for this code. 


thnx 2 devlin and lisa  for helping me out!!! and letting me copy this

Q) how do u get music on ur layout and how do u get a icon also
A) Okay, go to this  website, and you can search for music videos, get their codes and copy them into ur look and feel. Then, sry, but i dunno how to just get music!! tell me if u no!!


tell me if you have any other q's!!


Other

If you wanna join this site, just ask and maybe you will




-  -request
-  -personal fave
- -very hawt
 -new
-   -your text here
Mai's Layouts <3
<33-1
<33-2 
<33-3
<33-4
<33-5 
<33-6 
<33-7
<33-8 
<33-9
<33-10
<33-11
<33-12
<33-13 
<33-14 
<33-15 
<33-16 
<33-17 
<33-18 
<33-19 
<33-20 
<33-21   







 








<