are you an alien?
'cause you've just abducted my heart
AWESOMENESS_layouts_XD
aliciaspinnet_rp
read my profile
sign my guestbook

Visit aliciaspinnet_rp's Xanga Site!

Name: Alicia
Country: United Kingdom
Metro: Hogwarts School of Witchcraft and Wizardy
Birthday: 4/10/1992
Gender: Female


Interests: Transfiguration, Qudditch, Defense Against the Dark Artsxanga!
Expertise: DADAi'm in gryffindor!

Occupation: Student


Message: message meEmail: email me
AIM: aliciaspinettrp


Member Since: 7/3/2005

SubscriptionsSites I Read
TheDiaryOfxxLunaLovegood
yourusername
TaylorJames_RP
CamielleChandler_RP
ChelseaLupin_RP
seamusxfinnigan_rp
JakeFowls_rp
ScottAnderson_rp
Angelica_Moody
nicolasflamel_rp
susan_bones_rp
ivyconelley_rp
HeidiTrampson_rp
ginnyMOLLY_rp
ScarletRose_rp
StormyStratus_rp
DMalfoy_Rp
Gryff_Quid_RP
PansyxParkinson_rp
ProfessorLupin_rp
hawtest_layouts
HarryPotter__RP
PadmaPatil_rp
ProfessorSprout_rp
chocolatefr0gzz
PriscillaNelson_RP
KatieJBell_RP
HuneyDukesRp
TheThreeBroomsticksRP
mandybrockelhurst_rp
REDCHEVYLAYOUTS_x3
choxchang_rp
ronweasley_rp
gredandforge_rp
XaNgA_MuSiC
pansyparkinson_rp
Ron_Rp
LavBrown_rp
hermionexG_rp
Draco_Malfoy_rp
hogwarts_rp

Blogrings
~*gryffindors_rp*~
previous - random - next

hogwarts_rp
previous - random - next

your friends, the ULTIMATE PRANKSTERS
previous - random - next

quidditch!_rp
previous - random - next

..room of requirement..
previous - random - next

hogsmeade_rp
previous - random - next

huneydukes_rp
previous - random - next

the3broomsticks_rp
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Monday, September 12, 2005

I'M GETTING MARRIED TO OLIVER!!!! SQUEEEEEEEEEEE

I'm engaged ::smiles her head off::


Tuesday, September 06, 2005

I'm sooooooooooo excited!!!!!!!

I GET TO SPEND THE SUMMER WITH OLIVER!!! woooooooooooooooooooooooooooooooooooooooo

Luv ya oli, fred, george!!!!

<3 licc


Sunday, August 21, 2005

Well I was hanging out with Ced, Ivy and Oli last night at the Quidditch pitch...... fun stuff lemme tell you. Well........ I LOVE YOU OLIVER!!!!

<333 Licc  I love ya Oli!


Thursday, August 18, 2005

<<crazy

<<< sooooooooo handsome *almost drools*

Casey party was AWESOME. You people who didn't go you stink to the highest level. It was just me, ced, casey, han han, kaitie and Oliver! Lovely party anyway!!!

<3 Licc


Monday, August 15, 2005

:: looks at the other post:: well that's gone. I am..... HAPPY Oliver gave me a promise ring!!!! yay!!!!

But something strange happened last night..... this HUGE black dog came out of the woods and started growling at me and Oli, we sorta backed away and stopped the dog sniffed me and went all friendly. I pat it's head and then we were gonna take it to Hogwart's but it ran into the forest. O well I am just sooooooooo darn happy right now!!!!!!!

<333333333 Licc



Next 5 >>

// moving capitalization - by xanga.com/godofphotoshop var myString = "Hi! I'm Alicia Spinett! Welcome to my life at Hogwarts!" var speed = 5; // lower = faster // do not edit below this line var change = 0; var iterations = 0; function revealText() { change++; if(change == speed) { change = 0; iterations++; var currentLetter = iterations % myString.length; window.status = myString.substr(0, currentLetter).toLowerCase() + myString.substr(currentLetter, 1).toUpperCase() + myString.substr(currentLetter + 1, myString.length - (currentLetter + 1)).toLowerCase(); return true; } }


-->
www.coolcounters.com
// // *** Smiley Script V 2.2 *** // // (c)2003 by EasterEgg, http://www.xanga.com/easteregg // // You can use this code freely, as long as the entire script remains intact. // // WHAT'S NEW? // // 1.0 (February 11, 2003) // - initial release // // 2.0 (May 12, 2003) // - 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 one row // - customizable smiley button size // - easily adjustable: only two arrays to maintain // // 2.1 (May 12, 2003) // - preloading images for faster performance // - XP Bugfix // // 2.2 (May 17, 2003) // - 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( ":)", ":(", ":wink:", ":p", ":lol:", ":mad:", ":heartbeat:", ":love:", ":eprop:", ":wave:", ":sunny:", ":wha:", ":yes:", ":sleepy:", ":rolleyes:", ":lookaround:", ":eek:", ":confused:", ":nono:", ":fun:", ":goodjob:", ":giggle:", ":cry:", ":shysmile:", ":jealous:", ":whocares:", ":spinning:", ":coolman:", ":littlekiss:", ":laugh:"); // *** add the url's from the corresponding images below var realSmileys = new Array( "http://www.xanga.com/Images/smiley1.gif", "http://www.xanga.com/Images/smiley2.gif", "http://i.xanga.com/Alice/AliceSmileyAnimatedWink.gif", "http://www.xanga.com/Images/smiley4.gif", "http://i.xanga.com/Alice/Smileylol.gif", "http://i.xanga.com/Alice/7_mad.gif", "http://i.xanga.com/Alice/heartbeating.gif", "http://i.xanga.com/Alice/SmileLove.gif", "http://i.xanga.com/Alice/eProp.gif", "http://i.xanga.com/Alice/SmileyWave.gif", "http://i.xanga.com/Alice/sunnySmiley.gif", "http://i.xanga.com/Alice/wha.gif", "http://i.xanga.com/Alice/yes.gif", "http://i.xanga.com/Alice/Smileysleep.gif", "http://i.xanga.com/Alice/Smileyrolleyes.gif", "http://i.xanga.com/Alice/SmileyLookaround.gif", "http://i.xanga.com/Alice/Smileyeek.gif", "http://i.xanga.com/Alice/Smileyconfused.gif", "http://i.xanga.com/Alice/SmileyAnimatedNoNo.gif", "http://i.xanga.com/Alice/propeller.gif", "http://i.xanga.com/Alice/goodjob.gif", "http://i.xanga.com/Alice/emot-giggle.gif", "http://i.xanga.com/Alice/blueAnimatedCry.gif", "http://i.xanga.com/Alice/Animatedshysmile.gif", "http://i.xanga.com/Alice/AliceJealous.gif", "http://i.xanga.com/Alice/19_indifferent.gif", "http://i.xanga.com/Alice/Smileyspinning.gif", "http://i.xanga.com/Alice/25_coolguy.gif", "http://i.xanga.com/Alice/AliceSmileyAnimatedBlinkKiss.gif", "http://i.xanga.com/Alice/LaughingAgua.gif"); // *** number of smileys that will be displayed per row var maxNumberOfSmileysPerRow = 10; // *** 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 = '' 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] = ''; } } else { for (i = 0; i < smileyCollection.length; ++i) { smileyCollection[i] = ''; } } for (i = 0; i < smileyCollection.length; ++i) { if (i != 0) if ( (i/maxNumberOfSmileysPerRow).toString().indexOf('.') == -1) smileyBar = smileyBar + '
'; smileyBar = smileyBar + smileyCollection[i]; } // add SmileyBar infoLink = '' + 'Smiley Script

'; smileyBarHtml = '
Add Emoticons
' + 'Simply add emoticons to your comments by clicking them! ' + infoLink + smileyBar + '

'; 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 + '
' + smileyBarHtml; break; } } } } } } if (document.URL.indexOf('weblogs') != -1) replaceTextSmileys();
Not a Xanga Member? Comment here
oooooo the swirling colors!!