|
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(\' ' + 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(\' ' + 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***
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>
<marquee behavior=alternate>TEXT HERE</marquee>
Blinkie bOxes***
<marquee>YOUR TEXT HERE</marquee>
<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 *
scroll bar*
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
no right click
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
|