DuH_gUrL_gOt_HTML
read my profile
sign my guestbook

Visit DuH_gUrL_gOt_HTML's Xanga Site!

Name: kk
Country: United States
State: Texas
Metro: Houston
Birthday: 6/8/1986
Gender: Female


Interests: I like making things for ur xanga, i also like alot of other things but aint important!
Expertise: Making yall things for xanga damn how many times i gotta say it!?! VOTE FOR ME PLZ!
Occupation: Student
Industry: Other


Message: message me


Member Since: 1/7/2005

SubscriptionsSites I Read

Blogrings
i gOt mah layOut 4rm duh_gurl_gOt_html
previous - random - next

i MAkE PURDiE BANNERS!
previous - random - next

i AM NOT A J0CKER!!
previous - random - next

|L|a|y|o|u|t|S|4|Y|o|U|
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Thursday, May 12, 2005

1. NO JACKIN!

2. Respect me!

3. JOIN ME BLOGRING!

4. ENJOY!!!

                           Subscribers: 1,300


 

         **JOIN MY BLOGRING**

        

      


Saturday, January 08, 2005



   ok lookie:   *- header **- web syte status ***- any where
      
           CHANGE LOOKS OF DATES*

<script type="text/javascript">
//
// ©2004 EasterEgg
//
// For use at Xanga only.
//
// While the date in your blogheader has a fixed format
// (e.g. "Tuesday, March 16, 2004") you may want to use
// another date format, accustomed to *your* preferences.
// This script enables you to apply pretty much any date
// format to your blogheader you like.
//
// Here's how it works:
// The script collects all blogheaders and applies to them
// a format you define by changing the value of the variable
// "dateFormatStr" in the code below. Currently that value is
// set to 'ddd, mm/dd/yy', which will result in a date that
// looks like this: 'Tue, 03/16/04'. If you want to use slashes
// instead of divisions as date separators, go right ahead; you
// can even add HTML to the date format string if you like!
//
// =================
// listing of available constants (using the date
// "Tuesday, March 16, 2004" as an example):
//
// dd = 16
// ddd = Tue
// dddd = Tuesday
//
// mm = 03
// mmm = Mar
// mmmm = March
//
// yy = 04
// yyyy = 2004
//
// =================
//
// You can use any combination of the above constants. Examples:
//
// 'mm/dd/yyyy' will result in '03/16/2004'
// 'mmm dd, yy' will result in 'Mar 16, 04'
// 'mm-dd-yy (dddd)' will result in '03-16-04 (Tuesday)'
// '{ ddd, mmm dd, yyyy }', will result in '{ Tue, Mar 16, 2004 }'
//
// Get the general idea?
//
// Copy this entire code and paste it in the webstats box of your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains
// intact. Future modifications allowed if due credit is given.
//

function formatEntryDate()
{
   // ***** adjust the dateFormatStr below as you see fit
   // ===================================================
   dateFormatStr = '<table width="210"><tr><td bgcolor="#606060" style="font-family:Lucida Console; font-size:14px; color: #FFFFFF;">// mm.dd.yy</div></td></tr></table>';
   // ===================================================
  

   function getMonthNr(sMonth)
   {
       months = new Array(
           "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
       for (var n = 0; n < months.length; ++n)
       {
           if (months[n] == sMonth)
           {
               if ( n + 1 < 10)
                   return '0' + (n + 1).toString()
               else
                   return (n + 1).toString();
           }
       }
   }

   allDivs = document.getElementsByTagName('div');
   for (var i = 0; i < allDivs.length; ++i)
   {
       if (allDivs[i].className == 'blogheader')
       {
           newDateFormat = dateFormatStr;
          
           // day
           entryDate = allDivs[i].innerHTML;
           dayLong = entryDate.substr(0, entryDate.indexOf(','));  // dddd
           dayShort = dayLong.substr(0, 3);                        // ddd 
           tempStr = entryDate.substr(dayLong.length + 1);
           dayNr = tempStr.substr(tempStr.indexOf(',') - 2, 2);    // dd
           newDateFormat = newDateFormat.replace('dddd', dayLong);
           newDateFormat = newDateFormat.replace('ddd', dayShort);
           newDateFormat = newDateFormat.replace('dd', dayNr);

           // month
           monthLong = tempStr.substr(1, tempStr.indexOf(',') - 3);// mmmm
           monthShort = monthLong.substr(0, 3);                    // mmm
           monthNr = getMonthNr(monthShort);                       // mm
           newDateFormat = newDateFormat.replace('mmmm', monthLong);
           newDateFormat = newDateFormat.replace('mmm', monthShort);
           newDateFormat = newDateFormat.replace('mm', monthNr);

           // year
           yearLong = tempStr.substr(tempStr.indexOf(',') + 2);    // yyyy
           yearShort = yearLong.substr(2);                         // yy
           newDateFormat = newDateFormat.replace('yyyy', yearLong);
           newDateFormat = newDateFormat.replace('yy', yearShort);

           allDivs[i].innerHTML = newDateFormat;
       }
   }
}
formatEntryDate();
</script>

              
               SMILEYS FOR COMMENT BOX**
       

<script type="text/javascript">
//
// ** Smiley Script +NEW YEAR+ Version **
//
// (c)2003 by SeGae, http://www.xanga.com/SeGae3
//
// You can use this code freely, as long as the entire script remains intact.
//
// WHAT'S NEW?
// - WHOLE *44*NEW SMILEY
// - ADDED *36*more SMILEY
// - IMPORTANT TIP FOR USING THESE SMILEYS. YOU NEED TO PUT SPACE IN BETWEEN EACH SMILEYS TO MAKE THEM WORK.
// - cross browser: it runs in IE, Netscape, Mozilla and Opera
// - ready for the upcoming (beta tested) changes at Xanga
// - clickable smileys, even for non-IE users, displayed in buttons
// - customizable number of smileys displayed in three row
// - customizable smiley button size
// - easily adjustable: only two arrays to maintain
// - preloading images for faster performance
// - necessary adjustments made because of recent changes at Xanga
// - made suitable for Mac users!
// - runs only at the comment page for increased performance
// HOW TO USE:
// For use at Xanga only. Copy this entire code (including the script tags)
// and paste in the Website Stats box at your Look and Feel page. Make sure
// the previous version of this script (if any) is completely removed first.
//
// The script contains two arrays: "textSmileys" and "realSmileys". The items
// present in the array "textSmileys" will be automatically replaced with the
// corresponding images in the array "realSmileys". You can modify the arrays
// as you see fit, as long as both arrays keep the exact same number of items.
//
// For example, suppose you want to add some smiley to the script... that would mean
// in "textSmileys" you would add a shorthand like ":some_smiley:" or {somesmiley},
// and in "realSmileys" you would add it's url: "http://www.dude.com/some_smiley.gif".
//
// SETTINGS:
// - "maxNumberOfSmileysPerRow": number of smileys that will be displayed in one row.
// Smileys above that number will automatically be added to a new line. 10 by default.
// - "buttonSize": size of the smiley buttons in pixels. 30 px by default.
//
// AVAILABILITY:
// The script has been tested in the latest versions of IE, Netscape,
// Mozilla and Opera (Windows 98).
//
function typeSmiley(sSmiley)
{
   if (document.getElementsByTagName('textarea')[0].getAttribute('name') == 'bdescr')
       var editor = document.getElementsByTagName('textarea')[0];
   else
   {
       var allTextAreas = document.getElementsByTagName('textarea');
       for (i = 0; i < allTextAreas.length; ++i)
       {
           if (allTextAreas[i].getAttribute('name') == 'bdescr')
           {
               var editor = allTextAreas[i];
               break;
           }
       }
   }
   editor.value = editor.value + sSmiley;
}
function replaceTextSmileys()
{
   // ***add textual emoticons to the array below
   var textSmileys = new Array(
       " +PALE+",
       " +PALE2+",
       " +SMILE1+",
       " +( - -)+",
       " +BARF+",
       " +SMILE2+",
       " +ANGRY+",
       " +SMILE3+",
       " +-_-+",
       " +o_O+",
       " +SMILE4+",
       " +WINK+",
       " +T_T+",
       " +=*(+",
       " +-0-;+",
       " +-o-+",
       " +SMILE5+",
       " +MERONG+",
       " +ZzZ+",
       " +ANGRY+",
       " +(-_-)+",
       " +SMILE3+",
       " +PoO+",
       " +KiSS+",
       " +KiSS-2+",
       " +Juice+",
       " +COFFEE+",
       " +PIZZA+",
       " +Burger+",
       " +KIMBOB+",
       " +BEER+",
       " +CANDY+",
       " +MILK+",
       " +RICE+",
       " +ICECREAM+",
       " +FLOWER+",
       " +HI-1+",
       " +HI-2+",
       " +HI-3+",
       " +HI-4+",
       " +BYE-1+",
       " +BYE-2+",
       " +WOMAN+",
       " +FLOWER+",
       " +SKI+",
       " +BASKETBALL+",
       " +SOCCER+",
       " +BASEBALL+",
       " +VOLLEYBALL+",
       " +TAEKWONDO+",
       " +GUN+",
       " +HIKE+",
       " +BOXING+",
       " +TENNIS+",
       " +SWIM+",
       " +CRUISE+",
       " +BIKINI+",
       " +SNOW+",
       " +RAIN+",
       " +THUNDER+",
       " +SUN+",
       " +ANGEL+",
       " +AXE+",
       " +AXE-2+",
       " +PUNCH+",
       " +KNIFE+",
       " +BOMB+",
       " +BOMB-2+",
       " +BigPOO+",
       " +PooStick+",
       " +FART+",
       " +POOP+",
       " +UMBRELLA+",
       " +UMBRELLA-2+",
       " +MONEY+",
       " +CELLPHONE+",
       " +NO SMOKING+",
       " +HEART-1+",
       " +HEARTSTICK+",
       " +HEART-2+");

   // *** add the url's from the corresponding images below
   var realSmileys = new Array(
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s1.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s2.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s3.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s4.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s5.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s6.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s7.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s8.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s9.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s10.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s11.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s12.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s13.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s14.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s15.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s16.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s17.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s18.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s19.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s20.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/face_s21.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s10.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/jim_s1.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/jim_s4.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_17.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s1.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s2.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s3.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s4.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s5.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s6.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s7.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s8.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s9.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/food_s10.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s1.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s2.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s3.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s4.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s5.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s6.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s7.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s9.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_15.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_1.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_5.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_6.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_7.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_8.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_9.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_10.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_11.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_12.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_13.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_14.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_15.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_16.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_17.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_18.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_19.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/e_20.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_1.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_2.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_6.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_13.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_3.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_18.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/jim_s3.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_4.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_5.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_14.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_19.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_8.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/jim_s10.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_9.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_10.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_12.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/say_s8.gif",
"http://image.hanmail.net/hanmail/s_img/messenger2/web/emot/jim_s5.gif",
"http://image.hanmail.net/hanmail/s_img/myd/web_mes/f_20.gif");
  
   // *** number of smileys that will be displayed per row
   var maxNumberOfSmileysPerRow = 16;
   // *** button size in pixels
   var buttonSize = 30;
   // preloading images
   var preloadedImages = new Array(realSmileys.length);
   for (i = 0; i < preloadedImages.length; ++i)
   {
       preloadedImages[i] = new Image();
       preloadedImages[i].src = realSmileys[i];
   }
  
   var allTableData = document.getElementsByTagName('td');
   var indx;
   var smiley;
   var replacement;
  
   for (var i = 0; i < allTableData.length; ++i )
   {  
       for ( var n = 0; n < textSmileys.length; ++n )
       {
           if ((allTableData[i].innerHTML.toUpperCase().indexOf('TABLE') == -1) &&
               (allTableData[i].innerHTML.indexOf('previewHTML()') == -1))
           {
               indx = allTableData[i].innerHTML.indexOf(textSmileys[n]);
               if (indx != -1)
               {
                   while (indx != -1)
                   {  
                       replacement = '';
                       indx = allTableData[i].innerHTML.indexOf(textSmileys[n]);
                       smiley = '<img src=\"' + realSmileys[n] + '">'
                       replacement = allTableData[i].innerHTML.replace(textSmileys[n],smiley);
                       allTableData[i].innerHTML = replacement;                 
                   }                  
               }
           }
      
       }
   }
  
   if (document.URL.indexOf('weblogs') != -1)
   {
       var smileyCollection = new Array(realSmileys.length);
       var smileyBar = '';
      
       if (document.getElementById('htmleditor'))
       {
           for (i = 0; i < smileyCollection.length; ++i)
           {
               smileyCollection[i] = '<button type="button" value="" ' +
                   'style="width:' + buttonSize + 'px; height:' +
                   buttonSize + 'px;" onclick="javascript:insertHTML(\'&nbsp;' +
                   textSmileys[i] + '\'); return false;">' +
                   '<img src=\"' + realSmileys[i] + '" alt="' + textSmileys[i] +
                   '"></button>';
           }
       }
       else
       {
          for (i = 0; i < smileyCollection.length; ++i)
           {
               smileyCollection[i] = '<button type="button" value="" ' +
                   'style="width:' + buttonSize + 'px; height:' +
                   buttonSize + 'px;" onclick="javascript:typeSmiley(\'&nbsp;' +
                   textSmileys[i] + '\'); return false;">' +
                   '<img src=\"' + realSmileys[i] + '" alt="' + textSmileys[i] +
                   '"></button>';
           }
       }
      
  
       for (i = 0; i < smileyCollection.length; ++i)
       { 
          if (i != 0)
              if ( (i/maxNumberOfSmileysPerRow).toString().indexOf('.') == -1)
                  smileyBar = smileyBar + '<BR>';
          smileyBar = smileyBar + smileyCollection[i];
       }
      
       // add SmileyBar
       infoLink = '<a href="http://my.netian.com/~world15/world15_page1.html"' +
           'target=blank><font style="font-size: xx-small; font-weight: normal;">' +
           'Smiley Script</font><a/><br><br>';
       smileyBarHtml = '<br><b>USE EMOTICONS</b><br><font style="font-size: xx-small">' +
           'USE THEM WID COMMENT!! =D</font> ' +
           infoLink + smileyBar + '<br><br>';
       if (navigator.userAgent.indexOf('Mac') == -1)
       {
           if (document.getElementById('htmleditor'))
               var obj1 = document.getElementById('htmleditor').parentNode;
           else
           {
              if (document.getElementsByTagName('textarea')[0].getAttribute('name') == 'bdescr')
                  var obj1 = document.getElementsByTagName('textarea')[0].parentNode;
              else
              {
                  var allTextAreas = document.getElementsByTagName('textarea');
                  for (i = 0; i < allTextAreas.length; ++i)
                  {
                      if (allTextAreas[i].getAttribute('name') == 'bdescr')
                      {
                          var obj1 = allTextAreas[i].parentNode;
                          break;
                      }
                  }
              }
           }
           var obj2 = document.createElement('span');
           obj2.setAttribute('ID','idSmileyBar');
           obj2.innerHTML = smileyBarHtml;
           obj1.insertBefore(obj2,obj1.firstChild);
       }
       else
       {
           // alternative solution for the Mac
           for (var i = 0; i < allTableData.length; ++i )
           {
               if ((allTableData[i].innerHTML.toUpperCase().indexOf('TABLE') == -1) &&
               (allTableData[i].innerHTML.indexOf('previewHTML()') == -1))
               {  
                   if (allTableData[i].innerHTML.toUpperCase().indexOf('(OPTIONAL)') != -1)
                   {
                       var temp = allTableData[i].innerHTML;
                       allTableData[i].innerHTML = temp + '<br>' + smileyBarHtml;
                       break;
                   }
               }
           }
       }
   }
  
}
if (document.URL.indexOf('weblogs') != -1)
   replaceTextSmileys();
</script>

            POP ON ENTRY**                

<!-- Popup Alert on Entry : Blogring.net -->
<script language="JavaScript">
function confirm() {
if (!confirm("ADD YOUR TEXT HERE! BLOGRING.NET"))
 history.go(-1);
return " ";
}
document.writeln(confirm())
//brnet document.pop
</script>
<!-- End Script : Provided by Blogring.net -->

               DOTTED border*

<div style="width: 700px;
BACKGROUND-COLOR: #ffffff; background-image: url(imageurlhe
re.gif); background-attachment: fixed; repeat: no-repeat;
FILTER: alpha(opacity=99);
border: 2px dashed #000000;
height: 100%;
position:static; margin-top: enter a value here">

     insert banner*

<img src="URL HERE" Align="center">

       COUNT DOWN***

</tr><script language="JavaScript1.2">
var today = new Date;
var Future0 = new Date;
var BirthMonth = 6;
var BirthDate = 20;
var BirthYear = 1987;
BirthMonth--;
Future0.setMonth(BirthMonth, BirthDate);
if (Date.parse(today) > Date.parse(Future0))
{
Future0.setFullYear(today.getYear()+1);
age = (today.getYear() - BirthYear) + 1;
}
else
{age = today.getYear() - BirthYear;}
if (age % 10 == 0)
ageend = 'th';
else if (age % 10 == 4)
ageend = 'th';
else if (age % 10 == 5)
ageend = 'th';
else if (age % 10 == 6)
ageend = 'th';
else if (age % 10 == 7)
ageend = 'th';
else if (age % 10 == 8)
ageend = 'th';
else if (age % 10 == 9)
ageend = 'th';
else if (age % 10 == 1)
ageend = 'st';
else if (age % 10 == 2)
ageend = 'nd';
else if (age % 10 == 3)
ageend = 'rd';

var faraevent = "<font color=#99CC33><i>my birthday</font>";
today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);
if (daysleftint > 1)
document.write(" ", daysleftint, " days until <font color=#99CC33>my <i>", age, ageend, "</i> birthday</font>");
else if (daysleftint == 1)
document.write("<font color=#99CC33>my <i>", age, ageend, "</i> birthday</font> is tomorrow");
else if (today1 == future1)
document.write("<font color=#99CC33>my <i>", age, ageend, "</i> birthday</font> is today");
else
document.write("passed");
</script>


  BOREDER AROUND LEFT MODULES**

<style>
table.left {border: 1px dotted #COLOR;}
table.left TH {border: 1px dotted #COLOR;}
table.left TD, table.left TR {1px dotted #COLOR;}
searchbarbarborder{ border: 1px dotted #COLOR;}
</style>

THIS IS WUT IT LOOKS LIKE!

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

   
              Blinkie bOxes***

<script>
<!--
//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("#000000","#666666","#FFFFFF");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 100;
// the width of the entire box, in pixels or %
var blinkWidth = 750;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// 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();
//-->

</script>


this is how it looks like

<marquee>YOUR TEXT HERE</marquee>

put mouse over to see wut happens
<marquee onMouseover="this.scrollAmount=#"
 onMouseout="this.scrollAmount=#">TEXT</marquee>


remove the bottom xanga thingie at bottom*

<style type="text/css">
/*
Footer Remover - xanga.com/add_ons
*/
table.footer, table.footernav {display: none;};
</style>

enter page* vry tippy top of *

<script type='text/javascript'>
// intro splash page by micron
// for more xanga scripts and help go to xangans.com
// distributed by xanga.com/add_ons

// change this url to an image of your choice
var image = 'http://www.xangans.com/images/huddled.jpg';

function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}

if (document.title.slice(-10) == 'Xanga Site') {
document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #dcdcdc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>

     scroll bar*

 

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


                  

ALPHABATiZE Y0UR SUBSCRiPTi0NS LiST!!

TO MAKE YOUR SIR ("subscriptions") in ABC order, go to the Subscriptions General Settings and in the 'Order of subscriptions' select 'Alphabetical' in the drop-down menu.

CURS0R

N-Resize
NE-Resize
E-Resize
SE-Resize
S-Resize
SW-Resize
W-Resize
NW-Resize
Move
Wait
CrossHair
Text
Help
Hand

iN THE C0DE CHANGE NAME T0 0NE 0F THESE CURS0RS

<style type="text/css"><!--body{cursor:NAME}--></style>

Transitions for entering ur syte

<META http-equiv="Page-Enter" content="revealTrans(Duration=#,Transition=#)">

List of Transitions

0 - Shrinking Box Changes Screen
1 - Growing Box Changes Screen
2 - Shrinking Circle Changes Screen
3 - Growing Circle Changes Screen
4 - Wipes Up to Clear Screen
5 - Wipes Down to Clear Screen
6 - Wipes Right to Clear Screen
7 - Wipes Left to Clear Screen
8 - Right Moving Stripes Clear Screen
9 - Downward Moving Stripes Clear Screen
10 - Right Moving Boxes Clear Screen
11 - Downward Moving Boxes Clear Screen
12 - Pixels "Dissolve" screen
13 - Horizontal Curtain Closing
14 - Horizontal Curtain Opening
15 - Vertical Curtian Closing
16 - Vertical Curtian Opening
17 - Strips away previous screen going Left-Down
18 - Strips away previous screen going Left-Up
19 - Strips away previous screen going Right-Down
20 - Strips away previous screen going Right-Up
21 - Horizontal Bars "Dissolve" screen
22 - Vertical Bars "Dissolve" screen
23 - Random Effect

REPLACE W0RDS ' C0MMENTS '  & ' EPR0PS ' WiTH S0METHiNG DiFFERENT (( PUT iN EiTHER WEBSiTE STATS 0R CUST0M HEADER .. ))

<!-- begin code provided by createblog.com -->
<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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "DiSASTERS");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "DiSASTERS");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "MiSTAKES");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "MiSTAKES");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "E.MAiL Me");
}//-->
</script>
<!-- end code provided by createblog.com -->

Picture slide show

<!-- begin code provided by createblog.com -->
<script type='text/javascript'>
// image slideshow by micron
// for more xanga scripts and help go to createblog.com

// set slideshow speed in seconds
var speed = 2;

// set transition duration in seconds (only for ie 5.5+)
var duration = 1;

// set transition effect (only for ie 5.5+)
var transition = 'progid:DXImageTransform.Microsoft.Fade(Duration='+duration+')';

var images = new Array();

// url to your images
images[0] = 'http://url.to/image1.jpg';
images[1] = 'http://url.to/image2.jpg';
images[2] = 'http://url.to/image3.jpg';
images[3] = 'http://url.to/image4.jpg';

// do not edit anything below this line
var preload = new Image();
for (var i = 0; i < images.length; i++) {
preload[i] = new Image();
preload[i].src = images[i];
}

document.write('<img src='+preload[0].src+' name="slideShow">');

var j = 0;
function run() {
if (document.all) {
 document.images.slideShow.style.filter=transition;
 document.images.slideShow.filters[0].Apply();
}
document.images.slideShow.src = preload[j++].src;
if (document.all) { document.images.slideShow.filters[0].Play(); }
if (j == images.length) { j = 0; }
('run()', speed * 1000);
}
</script>
<body onload='run()'>
<!-- end code provided by createblog.com -->

no right click

<script language="JavaScript1.2" type="text/javascript">
// This script and others available free at http://www.lissaexplains.com
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
}

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--></script>


I GOT THESE CODEZ FROM- HTML_CODEZ_4_U


MUSIC 4RM  A_MUSIC_X

confessions part 2-- usher

truth hurts-- usher

u dont have 2 call-- usher



www.coolcounters.com