|
fashion_icons_x3
|
read my profile
sign my guestbook
Name: lauren Gender: Female
Interests: plying soccer,running track,hanging out with my friends,guys,the comp,my cell,ipod,soccer,track Expertise: soccer Occupation: Student
Message: message me
Member Since:
3/29/2005
|
|
SubscriptionsSites I Read
|
|
|
|
| heyy u guys my premium is all out on this site so please go to my other site fashion_lover_x3.....thnks | | |
| hey ppl just to let u no i nvr said i made those icons and when i said i did make those icons i ment it because i did but hey u dnt have to come here no one is forcing u to.ummm so since my premium is running out on here i have another site...ummm i guess i'll post later.
lauren <3 | | |
|
|
|
|
//
// ©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",
"kiss me monday",
" sing to me tuesday",
"dance with me wednesday",
"dress me up thursday",
" friday im in love",
" hug me 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();
|
|