Go into look and feel, then put these HTML codes into your "website stats"
BIRTHDAY COUNTDOWN
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> </tr><script language="JavaScript1.2">
var today = new Date; var Future0 = new Date;
var BirthMonth = 7; var BirthDate = 29; var BirthYear = 1986; 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=#663300><i>mY seXi BirThdaY!! <3</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=#663300>mY <i>", age, ageend, "</i> seXi BirThdaY!! <3</font>"); else if (daysleftint == 1) document.write("<font color=#663300>mY <i>", age, ageend, "</i> seXi BirThdaY</font> is TomOrRoW!! <3"); else if (today1 == future1) document.write("<font color=#663300>mY <i>", age, ageend, "</i> seXi BirThdaY</font> is tOdaY!! <3"); else document.write("passed"); </script><br> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
EPROPS/COMMENTS CHANGE
<!--Get this code at http://help.xanga.com/replacelinks.htm//--> <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, "KISSES"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "KISS"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "HUGS"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "HUG"); else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "SUBSCRIBE");
else if (str.match (/subscription/i)) links[l].innerHTML = str.replace (/subscription/i, "SUBSCRIPTION");
else if (str.match (/subscriptions/i)) links[l].innerHTML = str.replace (/subscriptions/i, "SUBSCRIPTIONS"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "LEAVE");
else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "T-SHIRT"); }//--> </script>
VERTICAL ANIMATED MESSAGE
<MARQUEE scrollAmount=2 scrollDelay=15 direction=up behavior=alternate
width="2%" height=24 align="right" font color=000000>P</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="2%" height=24 align="right" font color=000000>U</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=up behavior=alternate width="2%" height=24 align="right" font color=000000>T</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="2%" height=24 align="right" font color=000000>I</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=20 direction=down behavior=alternate width="2%" height=23 align="right" font color=000000>N</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=up behavior=alternate width="2%" height=24 align="right" font color=000000>H</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="2%" height=24 align="right" font color=000000>E</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=up behavior=alternate
width="2%" height=24 align="right" font color=000000>R</MARQUEE> <MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate
width="2%" height=24 align="right" font color=000000>E</MARQUEE>
CUTE BUTTON CLICKER
<input type="button" Value="*cLiCk MuH*" onclick="messages = prompt('DiS WiLL aPeAr In Ur StaTuS bAr BeLoW', 'tYpE sUm LuViN HuRr'); window.status=messages">
MOVING MESSEGE
<marquee scrollamount=2 height=40 direction=up style="filter:dropshadow(color=silver, strength=10);text-align:center"> FIRST LINE HERE<br />SECOND LINE HERE<br /> THIRD<br />FORTH<br /> FIFTH<br />SIXTH<br /> SEVENTH<br />EIGHTH<br /> NINETH<br /> </marquee>
DAYS OF THE WEEK CHANGE (ex. it'll show up when u add a weblog "love me monday" change the words if you want)
<script type="text/javascript"> // // ?003 EasterEgg, http://www.xanga.com/easteregg // Changes date text // For use at Xanga 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", "Sunday" );
// *** add the replacing Months or Days below
var newWordsDates = new Array( "january", "february", "march", "april", "may", "june", "july", "august", "september", "october",
"november", "december", "love me monday </font>", "trust me tuesday</font>", "wish me wednesday</font>",
"together thursday</font>", "kiss me friday</font>", "dance with me saturday</font>",
"hold me sunday</font>" );
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>
COLOR CHANGE TITELS FOR THE FALLOWING...
<!-- Module Subject Color Changer By Blogring.net --> <style type="text/css"> #profName{color:#F2B5E6}
#profCountry{color:#F2B5E6} #profState{color:#F2B5E6} #profBirthday{color:#F2B5E6} #profGender{color:#F2B5E6} #profInterests{color:#F2B5E6} #profExpertise{color:#F2B5E6} #profOccupation{color:#F2B5E6} #profIndustry{color:#F2B5E6} #profEmail{color:#FF3399} #profMember{color:#F2B5E6} </style> <!-- Script by Blogring.net -->
CUTE LAYERING QUOTE
<div style="color: pink; height: 20; font-size: 14pt; font-weight: bold">TYPE HERE</div> <div style="color: FF0099; font-size: 12pt; letter-spacing: 1; margin-top: -15; margin-left: 10">TYPE IT AGAIN HERE</div>
MOVING PICTURES
<MARQUEE behavior=alternate> <MARQUEE width=200><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"></MARQUEE></MARQUEE>
IN YOUR WEBLOGS...
to bold your text
<b>text</b>
ex. this is bold
to strike your text
<s>text</s>
ex:this is strike
to underline your text
<u>text</u>
ex.this is underline
to make your font bigger
<font size="put a number you want">text</font></b>
ex: hi (this is font size 5)
Chatterbox Name Tracker this is the code that wont let anyone sign your chatterbox unless they are signed in enter this code into the webstats section
<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>
Remove the Get Involved Box, Posting Calendar, and Build Traffic Box put this in the webstats section
Where To Install: Website Stats Information: This script removes the unnessesary things such as Build Traffic, Get Involved!, etc. off of your command module.
Instructions: If you would like to keep one or more of the three things removed, just take out the part you want to keep from the script. Then take the script and copy it into yoru website stats box. Script:
<!-- Remove Various Things : Provided by Blogring.net --> <script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); //document.write.blogring.net for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- End script : Provided by Blogring.net -->
Title Scroller put this into the custom header this is the title thingy
<SCRIPT> //title scroller - xanga.com/add_ons
//set left placeholder below var left="_";
//set right placeholder below var right="_";
//set the scrolling message below var msg="text here";
//set the speed below. lower is faster var speed=100;
//do not edit below this line function scroll_title() { document.title=left+msg+right; msg=msg.substring(1,msg.length)+msg.charAt(0); setTimeout("scroll_title()",speed); } scroll_title(); </script>
Alternating Comment Backgrounds put code in webstats
<script language="javascript"> /* colorComments by Sean F http://www.xanga.com/seanmeisterthis script will display your reader comments in alternating background colors. Paste the code into the Website Stats section of your Xanga Look & Feel settings. Change the values of bg1 and bg2 to customize. */ function colorComments(){ var bg1="#ffffff"; var bg2="#ffc40c"; 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 (document.location.href.indexOf("item.aspx") != -1) colorComments(); </script>
Blinking Text note: if you are putting this into a weblog entry once you've entered the code when you uncheck the edit HTML button the blinking text won't apear but when you submit the blinking text will show
<script language="JavaScript1.2"> message="YOUR TEXT HERE THAT WILL BLINK" var neonbasecolor="STARTING COLOR" var neontextcolor="BLINKING COLOR" var flashspeed=115 //in milliseconds ///Don't change anything below this line///// var n=0 if (document.all){ document.write('<font color="'+neonbasecolor+'">') for (m=0;m<message.length;m++) document.write('<span id="neonlight">'+message.charAt(m)+'</span>') document.write('</font>') //cache reference to neonlight array var tempref=document.all.neonlight } else document.write(message) function neon(){ //Change all letters to base color if (n==0){ for (m=0;m<message.length;m++) tempref[m].style.color=neonbasecolor } //cycle through and change individual letters to neon color tempref[n].style.color=neontextcolor if (n<tempref.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout("beginneon()",1000) return } } function beginneon(){ if (document.all) flashing=setInterval("neon()",flashspeed) } beginneon() </script>
<MARQUEE width="100" style="border:2px dotted deeppink">writing</MARQUEE>
Adding an image-
<IMG src="url of image here">
EXAMPLE: to make this symbol: ¿ CODE: ALT-0191 Hold ALT KEY down and press 0191 on the Number Pad
COOL ALT CODES
| ALT-0128 € |
ALT-0129 |
ALT-0130 ‚ |
| ALT-0131 ƒ |
ALT-0132 „ |
ALT-0133 … |
| ALT-0134 † |
ALT-0135 ‡ |
ALT-0136 ˆ |
| ALT-0137 ‰ |
ALT-0138 Š |
ALT-0139 ‹ |
| ALT-0140 Œ |
ALT-0141 |
ALT-0142 Ž |
| ALT-0143 |
ALT-0144 |
ALT-0145 ‘ |
| ALT-0146 ’ |
ALT-0147 “ |
ALT-0148 ” |
| ALT-0149 • |
ALT-0150 – |
ALT-0151 — |
| ALT-0152 ˜ |
ALT-0153 ™ |
ALT-0154 š |
| ALT-0155 › |
ALT-0156 œ |
ALT-0157 |
| ALT-0158 ž |
ALT-0159 Ÿ |
ALT-0160 |
| ALT-0161 ¡ |
ALT-0162 ¢ |
ALT-0163 £ |
| ALT-0164 ¤ |
ALT-0165 ¥ |
ALT-0166 ¦ |
| ALT-0167 § |
ALT-0168 ¨ |
ALT-0169 © |
| ALT-0170 ª |
ALT-0171 « |
ALT-0172 ¬ |
| ALT-0173 |
ALT-0174 ® |
ALT-0175 ¯ |
| ALT-0176 ° |
ALT-0177 ± |
ALT-0178 ² |
| ALT-0179 ³ |
ALT-0180 ´ |
ALT-0181 µ |
| ALT-0182 ¶ |
ALT-0183 · |
ALT-0184 ¸ |
| ALT-0185 ¹ |
ALT-0186 º |
ALT-0187 » |
| ALT-0188 ¼ |
ALT-0189 ½ |
ALT-0190 ¾ |
| ALT-0191 ¿ |
ALT-0192 À |
ALT-0193 Á |
| ALT-0194 Â |
ALT-0195 Ã |
ALT-0196 Ä |
| ALT-0197 Å |
ALT-0198 Æ |
ALT-0199 Ç |
| ALT-0200 È |
ALT-0201 É |
ALT-0202 Ê |
| ALT-0203 Ë |
ALT-0204 Ì |
ALT-0205 Í |
| ALT-0206 Î |
ALT-0207 Ï |
ALT-0208 Ð |
| ALT-0209 Ñ |
ALT-0210 Ò |
ALT-0211 Ó |
| ALT-0212 Ô |
ALT-0213 Õ |
ALT-0214 Ö |
| ALT-0215 × |
ALT-0216 Ø |
ALT-0217 Ù |
| ALT-0218 Ú |
ALT-0219 Û |
ALT-0220 Ü |
| ALT-0221 Ý |
ALT-0222 Þ |
ALT-0223 ß |
| ALT-0224 à |
ALT-0225 á |
ALT-0226 â |
| ALT-0227 ã |
ALT-0228 ä |
ALT-0229 å |
| ALT-0230 æ |
ALT-0231 e |
ALT-0232 è |
| ALT-0233 é |
ALT-0234 ê |
ALT-0235 ë |
| ALT-0236 ì |
ALT-0237 í |
ALT-0238 î |
| ALT-0239 ï |
ALT-0240 ð |
ALT-0241 ñ |
| ALT-0242 ò |
ALT-0243 ó |
ALT-0244 ô |
| ALT-0245 õ |
ALT-0246 ö |
ALT-0247 ÷ |
| ALT-0248 ø |
ALT-0249 ù |
ALT-0250 ú |
| ALT-0251 û |
ALT-0252 ü |
ALT-0253 ý |
| ALT-0254 þ |
ALT-0255 ÿ |
Merlin, this is a charater that u can put in your xanga. Put this code in the "Custom Header", in your look and feel section.
<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object> <script language="JavaScript"> var RoverID; var RoverACS; tsaiannie53441.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = tsaiannie53441.Characters.Character(RoverID); Rover.Show(); //Play is the actions of merlin while speak is what he will say Rover.Play("GetAttention"); Rover.Speak("In Here, put what u want Merlin to say"); Rover.Play("Acknowledge"); Rover.Speak("Welcome to this website!"); Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS); return(true); } </script>
New Song On Refresh (You can get music from my music xanga: xangE3eRmusic)-
<script language="JavaScript"><!-- ctips = new Array(4); ctips[1]="Artist-Song"; ctips[2]="Artist-Song"; ctips[3]="Artist-Song"; ctips[4]="Artist-Song";
tips = new Array(4); tips[1]="song url"; tips[2]="song url"; tips[3]="song url"; tips[4]="song url";
index=Math.floor(Math.random() * tips.length); document.write("<center><embed src="+tips[index]+" width=0 height=0 align=top autostart=true loop=true controls=hidden type=audio/x-pn-realaudio-plugin exts=ra,ram Init fn=load-types mime-types=mime.types></embed></center>") document.write("<center><font color=#000000>"+ctips[index]+"</center>") //--> </script>
Color Charts-
*Just put in the put the correct code colors to change your xanga text color in your look and feel section.*
or
<!-- Switch Module Sides : Provided by Blogring.net --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean http://www.xanga.com/seanmeister function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring.net tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by Blogring.net -->
Sites I Read scroll bar-
<!-- Adjust Sites I Read Height : Provided by Blogring.net --> <script type="text/javascript"> // written by EasterEgg //BLOGRING.NET
function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '90px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '190px'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <!-- End Script : Blogring.net -->
Change Text-
<!-- Replace Text : Provided by Blogring.net --> <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", "Sex:", "B-day:", "Blogrings", "cent", "dollar" );
allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); //document.write.blogring.net 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 = ''; //document.write.blogring.net 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> <!-- End Script : Provided by Blogring.net -->
Adding a song to your xanga a different way...put this in your webstat section-
<bgsound src="put the url of the song here" LOOP="infinite" autostart="true">
No Right Click (window shakes, goes into your webstats...please edit!)
<script language=JavaScript>
<!-- //// dont right click 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(MESSAGE HERE!) } } document.onmousedown=click // -->
</SCRIPT>
Adding an extra modules (edit it, to adjust to ur xanga)
<table border="1" cellspacing="0" cellpadding="4" width="204" class="left"> <tr><th valign="top" align="left" class="left"> <b>TITLE GOES HERE</b></th></tr> <tr><td valign="top" class="left"> CONTENT GOES HERE </td></tr></table> |