click 4 mah real xanga
sues_htmlguide
read my profile
sign my guestbook

Visit sues_htmlguide's Xanga Site!

Name: Sue
Country: Netherlands
State: sue's world of crazy
Birthday: 8/14/1987
Gender: Female


Interests: if you have any questions feel free to email me which is the same as my yahoo ID. which is Sue_html just add @yahoo.com in the end!
Layout making and playing with HTMLs lols

Expertise: Same as Intrests
Occupation: Computer related (Internet)
Industry: Computers (Internet)


Message: message meEmail: email me
Website: visit my website
AIM: Sue HTML
ICQ: 192583625
Yahoo: sue_html


Member Since: 2/1/2004

SubscriptionsSites I Read

Blogrings
I x3 sueee
previous - random - next

~>[[*HSEF*]]<~
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Saturday, September 18, 2004

Please look at the html codes provided before you email me! Thank you. still got questions? email me at sue_html@yahoo.com


Sunday, April 18, 2004

custom header
<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search
{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
/* edit to your liking */
table.module { border: none; width:#px; background-color: transparent; }
table.module th { background-color: transparent;font: normal #px FONT NAME; text-transform:WAT U WANT;color: #; border-top: none; border-right: none; border-left: none; border-bottom: #px solid #;}
table.module td {color: #transparent; text-align: left; border-bottom: none; background-color: #;}
</style>
<BR>
<!-- add this below all the CSS -->
<table border=0 width="670"><tr><td valign="top" width="160">
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">YOUR TITLE</th></tr><tr><td valign="top"
class="module">
<p>
PUT WHAT EVER YOU WANT
</td></tr></table><br>
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">YOUR TITLE</th></tr><tr><td valign="top"
class="module">
<!-- Add your subscriptions here -->
PUT WHAT EVER YOU WANT

</td></tr></table><br>
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">YOUR TITLE</th></tr><tr><td valign="top"
class="module">
<!-- Add your blogrings here -->
PUT WHAT EVER YOU WANT
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">YOUR TITLE</th></tr><tr><td valign="top"
class="module">
PUT WHAT EVER YOU WANT
</td></tr></table><br>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">A TITLE </th></tr><tr><td valign="top"
class="module">
WHAT EVER U WANT

</td></tr></table><br>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="0" cellspacing="0" cellpadding="4" width="100%"
class="module"><tr><th valign="top" align="left"
class="module">WAT EVER YA WANT</font></th></tr><tr><td valign="top"
class="module">
WAT EVER YA WANT
</td></tr></table><br>

</td><td width="500" valign="top" align="left"></td></tr></table>

change ur title

<script language=javascript>
document.title=("title here")
</script>


scroll bar 4 subscription list

<script language="Javascript">
// Subscriptions Scrollbar - xanga.com/add_ons
// Submitted by xanga.com/godofphotoshop
// change here to the height of the box, px means pixels
var subscriptionboxheight = "200px";
// do not edit below here
var th = document.getElementsByTagName("th");
for (var p = 0; p < th.length; p++) {
if(th[p].innerHTML.toLowerCase().indexOf('subscriptions</span>') !== -1) {
var subtext = th[p].parentElement.parentElement.getElementsByTagName("tr")[1].getElementsByTagName("td")[0];
subtext.innerHTML = "<div style=\"height: " + subscriptionboxheight + "; overflow: auto \">" + subtext.innerHTML + "</div>";
}
}
</script>


 

double border around the table

 

<TABLE width="208" border="0" style="border:double 4px;border-color:bebebe;"><tr> <TD bgcolor="ffffff" align="center">writing<br></TD></tr></TABLE>

 

 

blog background color

<style type="text/css">
/*
Blog Background Color - xanga.com/add_ons
*/

.blogbody {background-color: #FFFFFF;};
</style>

 

border around xanga

 

<BODY style=
"border-left: #COLOR #pt solid;
border-right: #COLOR #pt solid;
border-bottom: #COLOR #pt solid;
border-top: #COLOR #pt solid;">
</BODY>

 

replace the date

 

<script type="text/javascript">
//
// ©2003 HTML_CODES_R_US, http://www.xanga.com/HTML_CODES_R_US
// Changes date text
// For use at Home only.
//
// Info at http://dorkette.net
//
function replaceWordsDates()
{
    // ***add the Months or Days you wish to replace below
    var oldWordsDates = new Array(
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "October",
        "November",
        "December",
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
 );
    // *** add the replacing Months or Days below
    var newWordsDates = new Array(
        "Jan",
        "Feb",
        "Mar",
        "Apr",
        "May",
        "Jun",
        "Jul",
        "Aug",
        "Sep",
        "Oct",
        "Nov",
        "Dec",
        "Mon",
        "Tue",
        "Wed",
        "Thu",
        "Fri",
        "Sat"
 );
    allDivData = document.getElementsByTagName('div');
       
    var collections = new Array(allDivData);
   
    for (var k = 0 ; k < collections.length ; ++k )
    {
        for (var i = 0 ; i < collections[k].length ; ++i )
        {  
            if (collections[k][i].innerHTML.indexOf('DIV') == -1)
            {
                for ( var n = 0 ; n < oldWordsDates.length; ++n )
                {
                    var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n])
                    while (indx != -1)
                    {  
                        var replacement = '';
                        indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]);
                        replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]);
                        collections[k][i].innerHTML = replacement;
                        break;                   
                    }
                }
            }
        }
    }
}
replaceWordsDates();
</script>

 

wizard

 

<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object>
<script language="JavaScript">
<!--
//animated merlin - xanga.com/add_ons
//PASTE IN CUSTOM HEADER ONLY

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

 


Monday, April 12, 2004

some codes will need to be replace the [ with (

How to put a image anywhere you want

<img src="IMAGE URL">

 

Linking

<a href="URL HERE">TEXT</a>

 

Font Color... Replace color with the color of your choice

<font color="COLOR">MESSAGE</font>

 

Changing the font of your text.. Replace Font Name with the font you want to use

<font color="FONT NAME">MESSAGE</font>

Changing the Font's typing size. From 1-7

<font size="SIZE (1-7)">MESSAGE</font>

 

 

 

Making your entry/typing bold

<b>TEXT</b>

Making your entry/typing italics

<i>TEXT</i>

 

Making a strike-out [[ cross outs ]]

<s>TEXT</s>

 

New Codes - Updated on 02.03.04

Fixed Background

<style type="text/css"><!-- body {background: url(URL OF BACKGROUND) fixed; background-color: COLOUR;} //--></style>

 

Not fixed

<Background (fixed)
<BR><style type="text/css"><!-- body {background: url(URL OF BACKGROUND); background-color: COLOUR;} //--></style>

 

Glowing Text

<table style="filter:glow(color=COLOUR,strength=STRENGTH)">MESSAGE</table>

 

Page border

<style TYPE="text/css"><!-- BODY {border-style: solid; border-top-width: NUMBERpx; border-bottom-width: NUMBERpx; border-left-width: NUMBERpx; border-right-width:NUMBERpx; border-color: COLOUR;}//--></style>

 

 


week 2 of codes

Marquee

<marquee behavior="BEHAVIOR GOES HERE" direction="RIGHT/LEFT/UP/DOWN" loop="infinite" scrollamount="SCROLL AMOUNT" scrolldelay="SCROLL DELAY">MESSAGE</marquee>

 

dropdown list

 

<select style="background-color: COLOUR; color: COLOUR; font-family: FONT; font-size: SIZE;"><option>FIRST ITEM</option><option>SECOND ITEM</option><option>THIRD ITEM</option><option>FOUTH ITEM</option><option>FIFTH ITEM</option></select>

 

Table

 

<table border="BORDER SIZE" cellspacing="SIZE OF CELLSPACING" cellspading="SIZE OF CELLSPADING" width="WIDTH OF TABLE" height="HEIGHT OF TABLE" bordercolor="COLOUR" font face="FONT" font color="COLOUR" bgcolor="COLOUR"><tr><td>MESSAGE</td></tr></table>

 

Raining effect

 

<TABLE STYLE="position:static; left: FROM LEFT; top: FROM TOP; z-index: 0"><TR><TD><MARQUEE DIRECTION=DOWN SCROLLDELAY=300><IMG SRC="URL OF IMAGE"></MARQUEE></TD></TR></TABLE>

 

scroll bar

<STYLE TYPE="text/css"><!-- BODY{scrollbar-3dlight-color: COLOUR; scrollbar-arrow-color: COLOUR; scrollbar-base-color: COLOUR; scrollbar-darkshadow-color: COLOUR;scrollbar-face-color: COLOUR; scrollbar-highlight-color: COLOUR; scrollbar-shadow-color: COLOUR; scrollbar-track-color: COLOUR;} //--></STYLE>

 

A ScrollBar use this pic so u know whea 2 put da color

 

add a border

<style type="text/css">
<BR><!--BODY{border-style:solid;border-top-width:#px;border-bottom-width:
<BR>#px;border-left-width:#px;border-right-width:#px;border-color:COLOR;}//--></style

 


solid color for backround
<style type="text/css"><!-- body{background:#B00000} //--></style>

 

for more than one color border
<style type=text/css><!-- body{border-right:#B00000 10px outset;border-left:#B00000 10px outset;border-top:#FF80FF 10px outset;border-bottom:#8080FF 10px outset} //--></style>

 

webpage cursor [crosshair, hand, help, move, text, wait, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, e-resize, w-resize]
<style type=text/css><!-- body{cursor:crosshair} //--></style>

cursor for links
<style type=text/css><!-- a:hover{cursor:e-resize} //--></style>

 

 

Xanga Link Replace:

<script type="text/javascript">
//
// ©2003 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(
        "Sites I Read",
        "Gender:",
        "Birthday:",
        "My Blogrings",
        "eprop",
        "comment"
 );

    // *** add the replacing words or fragments below
    var newWords = new Array(
        "Dailies:",
        "Gender:",
        "B-Day:",
        "Recommended Sites",
        "cent",
        "dollar"
 );

    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>

 

 

 

 

 

Scrollbar w/ Cursor Change

<STYLE TYPE="text/css"><!--BODY {color: black;cursor: sw-resize;scrollbar-face-color: white; scrollbar-shadow-color: #999999; scrollbar-highlight-color: white; scrollbar-3dlight-color: #999999; scrollbar-darkshadow-color: white; scrollbar-track-gray: black; scrollbar-arrow-color: #999999;}--></STYLE>

 

Title Bar Message:

Title Bar Message (Changing Text of Title)

<script language="JavaScript">
document.title = "NEW TITLE HERE"</script>

Title Bar Message (Surroundings Move)

</script>
</td></tr></table><br /><br /><SCRIPT>
    var titletext="Type Here for middle text"
    var thetext=""
    var started=false
    var step=0
    var times=1

    function welcometext()
    {
      times--
      if (times==0)
      {
        if (started==false)
        {
          started = true;
          document.title = titletext;
          setTimeout("anim()",1);
        }
        thetext = titletext;
      }
    }

    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("welcometext()",4000)
      times++
    }

    function anim()
    {
      step++
      if (step==20) {step=1}

      if (step==1) {document.title='][----  '+thetext+'  ----]['}
      if (step==2) {document.title='-][---  '+thetext+'  ---][-'}
      if (step==3) {document.title='--][--  '+thetext+'  --][--'}
      if (step==4) {document.title='---][-  '+thetext+'  -][---'}
      if (step==4) {document.title='----][  '+thetext+'  ][----'}
 
      setTimeout("anim()",200);
    }

if (document.title)
window.onload=onload=welcometext
</SCRIPT>

 

 

 

 

 

Style sheets:



<style type="text/css">
body {
  background-color: #FFFFFF;
  scrollbar-arrow-color: #B991C9;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #B991C9;
  scrollbar-face-color: #B991C9;
  scrollbar-highlight-color: #B991C9;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  }

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 11px arial;
  line-height:10px;
  color:black;
  letter-spacing:0px;
  text-align:justify;
  }

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:impact;
  text-transform:uppercase;
  font-size:16px;
  line-height:10px;
  font-weight:bold;
  color:#C991AE;
  letter-spacing:0px;
  background-color: #ffffff;
  text-align: left;
  }

a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#B991C9;
  text-decoration: none;
  }

a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:#B991C9;
  text-decoration: none;
  }

a:hover {
/* edits when user mouseovers the links */
  color:#9D91C9;
  cursor: ne-resize;
  text-decoration: none;
  }

input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 1px solid #c0c0c0;
  font:normal 11px arial;
  background-color: #FFFFFF;
  letter-spacing:0px;
  color: #000000;
  }

table.left {
/* this edits the menu module */
  border: 1px solid #c0c0c0;
  width:160px;
   background-color: #FCEBFF;
  }

table.blogbody {
/* this edits the other the place where the  blog is */
  border: 0px solid c0c0c0;
  background-color: #ffffff;
  width:400px;
  }

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: url(http://url.com/to/the/site/image.gif);
  background-color: #FCEBFF;
  font: bold 11px arial;
  text-transform: uppercase;
  color: #C991AE;
  border: none;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: url(http://url.com/to/the/site/image.gif);
  background-color: #FFFFFF;
  border: none;
  }

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: #FCEBFF;
  border: 1px solid #c0c0c0;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 0px solid #c0c0c0;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
  }
hr {
/* horizontal divider */
  border: 1px solid #FCEBFF;
  }
</style>

 

 

No highlight

 


<script language="JavaScript1.2">

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

 

 



//Get this code at http://help.xanga.com/siralpha.htm
<!--Finished--> <!--End Of AdRemover--></td></tr></table><br /><embed src="http://www.sumfun1.com/rock/savagegardeniwantyou.wav" autostart="true" loop="true" hidden="true"><noembed><bgsound src="http://www.sumfun1.com/rock/savagegardeniwantyou.wav" loop="infinite"></noembed><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --> <div style="height: 0; overflow: hidden;" > <!-- Site Meter --> <script type="text/javascript" src="http://jsx.sitemeter.com/counter.js?site=8e6bc9471eee3cf4a175bb584da6df8d&pid=sxg"></script> <noscript> <img src="http://trx.sitemeter.com/meter.asp?site=8e6bc9471eee3cf4a175bb584da6df8d&pid=sxg" alt="Site Meter"/> <img src="http://dgx.specificclick.net/" alt="Site Meter"/> </noscript> <!-- Copyright (c)2007 Site Meter --> </div> <span id="lblReadOnly" style="display: none">False</span> <div id="x-hovpanel-bg" style="display: none;"></div> <script type="text/javascript" src="http://s.xanga.com/scripts/culture/xangawebstrings.js"></script> <script type="text/javascript"> <!-- function XangaReplacePageTextValue(obj, text) { if (obj) { obj.value=text; } } function XangaReplacePageTextOption(obj, index, text) { if (obj) { obj.options[index].innerHTML=text; } } XangaReplacePageTextOption(document.getElementById("searchop"),1, xangawebstringsResx.Photos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),2, xangawebstringsResx.Videos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),3, xangawebstringsResx.Blogrings_lower); XangaReplacePageTextOption(document.getElementById("searchop"),4, xangawebstringsResx.Metros_lower); XangaReplacePageTextOption(document.getElementById("searchop"),5, xangawebstringsResx.Profiles_lower); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),0, xangawebstringsResx.Jan); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),1, xangawebstringsResx.Feb); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),2, xangawebstringsResx.Mar); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),3, xangawebstringsResx.Apr); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),4, xangawebstringsResx.May); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),5, xangawebstringsResx.Jun); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),6, xangawebstringsResx.Jul); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),7, xangawebstringsResx.Aug); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),8, xangawebstringsResx.Sep); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),9, xangawebstringsResx.Oct); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),10, xangawebstringsResx.Nov); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),11, xangawebstringsResx.Dec); if (document.getElementById("xeps1")) { document.getElementById("xeps1").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps2").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps3").title = xangawebstringsResx.NumberEprop.replace("{0}", "1") + "!"; document.getElementById("xeps4").title = xangawebstringsResx.NumberEprops.replace("{0}", "0") + "!"; } XangaReplacePageTextValue(document.getElementById("btnSubmit"), xangawebstringsResx.Submit); XangaReplacePageTextValue(document.getElementById("searchsubmit"), xangawebstringsResx.Search + " \u00bb"); //--> </script> </span><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/default.aspx" class="footernav">xanga</a> - <a href="http://www.xanga.com/private/home.aspx" class="footernav">your site</a> - <a href="http://help.xanga.com/about/termsofuse.htm" class="footernav">terms</a> - <a href="http://help.xanga.com/about/privacypolicy.htm" class="footernav">privacy</a> - <a href="http://jobs.xanga.com" class="footernav">jobs</a> - <a href="http://help.xanga.com" class="footernav">help</a> - <a href="http://press.xanga.com" class="footernav">press</a> - <a href="http://www.xanga.com/register.aspx" class="footernav">join</a> - <a href="http://www.xanga.com/language.aspx?returnurl=http%3a%2f%2fsues-htmlguide.xanga.com%2fhome.aspx%3fuser%3dsues_htmlguide" class="footernav" title="Change Language">Language</a></td></tr></table><table border="0" cellspacing="0" cellpadding="0" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://safety.xanga.com" class="footernav">safety</a> - <a href=" http://safety.xanga.com/category/parents/" class="footernav">parents</a> - <a href="http://safety.xanga.com/category/lawenforcement/" class="footernav">law enforcement</a></td></tr></table><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/ReportContent.aspx" class="footernav">report inappropriate content</a></td></tr></table><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --></center> <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script> <script type="text/javascript"> (function(){ function track(trackerCode){ var tracker = _gat._getTracker(trackerCode); tracker._setDomainName("xanga.com"); tracker._initData(); tracker._trackPageview(); } track('UA-1651690-1'); })(); </script></body></html>