greatxromance_icons
read my profile
sign my guestbook

Visit greatxromance_icons's Xanga Site!

Name: ellen
Country: United States
State: Illinois
Metro: Chicago
Birthday: 4/6/1990
Gender: Female


Interests: being a cool kid. diet coke. mix cd's. cameras. chocolate kisses. real kisses. old navy. jesus christ. nail polish. bible camp. cute smiles.
myspace
reg. xanga

Expertise: for they are few and far between
Occupation: Student
Industry: Art


Message: message me
Website: visit my website
AIM: red raindrops326
AIM: red raindrops326
AIM: red raindrops326


Member Since: 6/25/2005

SubscriptionsSites I Read
what_the_crap_icons
UhxMazingxicons
Dork4Icons
iconsyou_lovexox
dynamiite_iicons
shes_simply_complicated
carouselsandteaparties
its_elegance
brittanys_icons420
VintageRunwayIcons
loudly_observing
skyxhigh___icons
stenciled__hearts
mystique_icons
Beautimousicons
Oh_ThoseIconsSheHas_AreBack
blueicons
XxIconsyourheartdesiresxX
Peace_Love_Icons
loverswbenefits
un_mannequin
je_adorexicons
BohoGlamx3
iLLbeFAMOUS
ohmaga_icons
DRAMATIC_Iconz
kisss_my_icons_08
sharethe_icons
the_beautiful_addiction
fcuking_icons
free_hugs
Oh_Scenic_Icons
sophisticated_icons
imagineXXicons
beLIEve_17
DisastrouSxxIconS
bowchicka_bowwow_icons
TakeourTEARS
J33NAnn
klutz9124
bl3u3y3d
theiconqueen
My_Silent_Whispers

Blogrings
my icons are hott
previous - random - next

icon sophisticate
previous - random - next

my icons can beat ur icons up
previous - random - next

Icons...Icons...Icons!
previous - random - next

icon whores
previous - random - next

LUXURiOUS iCONS ♥
previous - random - next

elegant icons.
previous - random - next

drop dead gorgeous icons
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Saturday, September 09, 2006







fall in love... or fall in hate.

 get inspired or get depressed.

ace a test or flunk a class.

make babies or make art.

speak the truth or lie and cheat.

dance on tables or sit in the corner.

 life is divine chaos. embrace it. forgive yourself. breathe. enjoy the ride....
-solbeam

 

live in the present. launch yourself on every wave, find eternity in each moment....
-thoreau

 

go for long walks, indulge in hot baths, question your assumptions, be kind to yourself, live for the moment, loosen up, scream, curse the world, count your blessings, just let go, just be.
-carol shields

 

the purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience.
-eleanor Roosevelt

 

 

:]


Thursday, July 27, 2006

go watch garden state. its FABULOUS.
then listen to "new slang" by the shins. i swear it'll change your life.







&
im just a  teenage dirtbag baby.


Thursday, July 20, 2006



yuuh.


Saturday, July 08, 2006

sorry i suck at life you guys. i just havent been arouuuund. thank you for alll your comments you guys rock.

and thank you. i like my music too. :]

here is my code without the music:

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 5pt; BACKGROUND:; WIDTH: 200; COLOR: ; font-face: courier new; height:174" name="playlist" size="1">
<option value="0">Song name: Artist</option>
<option value="1">Song name: Artist</option>
<option value="2">Song name: Artist</option>
<option value="3">Song name: Artist</option>
<option value="4">Song name: Artist</option>
<option value="5">Song name: Artist</option>
<option value="6">Song name: Artist</option>
<option value="7">Song name: Artist</option>
<option value="8">Song name: Artist</option>
<option value="9">Song name: Artist</option>
<option value="10">Song name: Artist</option>
<option value="11">Song name: Artist</option>
<option value="12">Song name: Artist</option>
<option value="13">Song name: Artist</option>
<option value="14">Breathe: Anna Nalick</option>
<option value="15">Cross My Heart: The Rocket Summer</option>
<option value="16">4ever: The Veronicas</option>

</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="dance" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="hold" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="kill" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>


<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// www.xanga.com/smartypants91780
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="song url"
songs[1]="song url"
songs[2]="song url"
songs[3]="song url"
songs[4]="song url"
songs[5]="song url"
songs[6]="song url"
songs[7]="song url"
songs[8]="song url"
songs[9]="song url"
songs[10]="song url"
songs[11]="song url"
songs[12]="song url"
songs[13]="song url"
songs[14]="song url"
songs[15]="song url"
songs[16]="song url"


if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>


here is my code with the music:

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 5pt; BACKGROUND:; WIDTH: 200; COLOR: ; font-face: courier new; height:174" name="playlist" size="1">
<option value="0">Sic Transit Gloria: Brand New</option>
<option value="1">Just the Girl: The Click Five</option>
<option value="2">Pin Your Wings: Copeland</option>
<option value="3">Soul Meets Body: Death Cab for Cutie</option>
<option value="4">All Hail The Heartbreaker: Spill Canvas</option>
<option value="5">Hear You Me: Jimmy Eat World</option>
<option value="6">Hanging By a Moment: Lifehouse</option>
<option value="7">Hopless Love: Daphne Loves Derby</option>
<option value="8">*LIVE* Swiss Army Romance: Dashboard Confessional</option>
<option value="9">Hide & Seek: Imogen Heap</option>
<option value="10">Sweetness: Jimmy Eat World</option>
<option value="11">Skyline Drive: Mae</option>
<option value="12">Black Balloon: Goo Goo Dolls</option>
<option value="13">You're Beautiful: James Blunt</option>
<option value="14">Breathe: Anna Nalick</option>
<option value="15">Cross My Heart: The Rocket Summer</option>
<option value="16">4ever: The Veronicas</option>

</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="dance" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="hold" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="kill" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>


<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// www.xanga.com/smartypants91780
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="http://triplecrownrecords.com/media/audio/brand_new/sic_transit_gloria.mp3"
songs[1]="http://www2.fanscape.com/theclickfive/audio/just.asx"
songs[2]="http://audio.sxsw.com/2005/mp3/Copeland-Pin_Your_Wings.mp3"
songs[3]="http://wm.atlrec.com/deathcabforcutie/SoulMeetsBody_RadioEdit_high.wma"
songs[4]="http://bradleyfischetti.com/mp3s/thespillcanvas_allhailtheheartbreaker.mp3"
songs[5]="http://www.cs.vu.nl/~svermeer/Jimmy%20Eat%20World%20-%20Hear%20You%20Me.mp3"
songs[6]="http://www.afn.org/~afn57911/Hanging%20By%20A%20Moment.mp3"
songs[7]="http://students.washington.edu/kevinwin/hopelesslove.mp3"
songs[8]="http://www.vagrant.com/vagrant/audio/vagrantController?action=getAudio&uri=http://boss.streamos.com/download/vagrant/dashboardconfessional/unplugged/swissarmyromance/audio/swissarmyromance_192.mp3"
songs[9]="http://digitalsoundplanet.com/Members/000176253_000029507.mp3?PHPSESSID=d05118998fa43b29885a181e61d72928"
songs[10]="http://boss.streamos.com/wmedia/dreamworks/jimmyeatworld/jimmyeatworld/audio/05_sweetness.asx"
songs[11]="http://www.predators-united.org/team/music/mae%20-%20destination%20beautiful/Skyline%20Drive.MP3"
songs[12]="http://www.subaru-svx.net/photos/files/SVX26517/17213.mp3"
songs[13]="http://matsuke.free.fr/02%20You're%20Beautiful.mp3"
songs[14]="http://www.sonymusic.com/clips/selection/fu/056572/056572_01_01_full_100.asx"
songs[15]="http://www.redmusic.com/streams/RocketSummer/CrossMyHeart.asx"
songs[16]="http://www.warnerreprise.com/asx/theveronicas_4everaudio_128-a.asx"


if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>

you can edit it for your own use. like change the names to make play = dance or whatever. its really not that confusing. but to find links for songs search "music codes" in blogrings and there are about a bazillion music sites. play the songs on your computer to make sure they work before you put them in your player.





its been intense.



what am i saying ? i dont know what love is.
love is huge.


do you promise this wont change us



©

lust

i'm going to go shower
next week i'll be in jersey. :]

later loves.


Tuesday, June 13, 2006











shortie.

happy summer everyone.
sorry i suck at updating.

life is crazy. crazy good.
crazy confusing.
you know.

boysssssss suck.
because they have bad timing.
the end.

my head hurts.
i got my license
and a job.

haaaaaaah. <3



Next 5 >>