Loading homepage
processing
close window_close

Welcome to the IMVU MySpace importer

Do you have a myspace.com profile page? Enter your full MySpace url here to import your customizations:


This feature is still experimental, so please proceed with caution. If you run into difficulties, please post to the Bugs and Testing forum.
spacer
Guest_SugarAssult
spacer
About Me
avatar picture
online status


Guest_SugarAssult
Avatar since: 12/29/07

Female
Age: 15
United States
Last log on: 10/06/08

"Add me on msn shelbyrocks05@hotmail.com thnx luff ya!!"

View my pictures



Webfetti.com

Get Myspace Comments, Images and Graphics
Emo Myspace Graphics / Myspace Quotes | Layouts

function swapGalleryPanelColumns(side) { } pendingFlashSwapSide = null; //Thanks to Robert Nyman for the following function (robert [at] robertnyman [dot] com) //Original URL: http://www.robertnyman.com/2006/04/24/get-the-rendered-style-of-an-element/#content-col function getStyle(oElm, strCssRule) { var strValue = ""; if(document.defaultView && document.defaultView.getComputedStyle) { strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule); } else if(oElm.currentStyle) { strCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1) { return p1.toUpperCase(); }); strValue = oElm.currentStyle[strCssRule]; } return strValue; } function RGBtoHex(R,G,B) { return toHex(R)+toHex(G)+toHex(B); } function toHex(N) { if (N == null) return "00"; N = parseInt(N); if (N == 0 || isNaN(N)) return "00"; N = Math.max(0, N); N = Math.min(N,255); N = Math.round(N); return "0123456789ABCDEF".charAt((N - N % 16) / 16) + "0123456789ABCDEF".charAt(N % 16); } function getPageTextColor() { var bodyTextColor = getStyle(document.getElementById("gallery_panel_body"), "color"); if(bodyTextColor.indexOf("rgb") != -1) { //mozilla - need to parse it out and extract the r,g,b values bodyTextColor = bodyTextColor.slice(4, bodyTextColor.length - 1); //get rid of "rgb()" splitted = bodyTextColor.split(","); r=splitted[0]; g=splitted[1]; b=splitted[2]; //convert to hex bodyTextColor = /*"#" + */RGBtoHex(r, g, b); } if(bodyTextColor.indexOf("#") != -1) bodyTextColor = bodyTextColor.substr(1); return bodyTextColor; } function getPageBGColor() { var bodyBGColor = getStyle(document.getElementById("gallery_panel_body"), "backgroundColor"); if(bodyBGColor.indexOf("rgb") != -1) { //mozilla - need to parse it out and extract the r,g,b values bodyBGColor = bodyBGColor.slice(4, bodyBGColor.length - 1); //get rid of "rgb()" splitted = bodyBGColor.split(","); r=splitted[0]; g=splitted[1]; b=splitted[2]; //convert to hex bodyBGColor = /*"#" + */RGBtoHex(r, g, b); } if(bodyBGColor.indexOf("#") != -1) bodyBGColor = bodyBGColor.substr(1); return bodyBGColor; } function getWidth() { //this function is used by flash to get the panel width, for when we start up. if(isIE) { //IE bug requires we do it this way (!!!!) var galpan = document.getElementById("gallery_panel"); var theid = galpan.parentElement.id; if(theid == "leftColumn") return 570; else return 300; } else { return document.getElementById("gallery_panel").offsetWidth; } } function popImage(iURL, iName, iFeatures) { newWind = window.open(iURL, iName, iFeatures); //return false; } function getUserEditMode() { return false; } function getSelfURL() { //flash will connect to this to get the XML data return 'http://avatars.imvu.com/catalog/mp4/gallery_panel.php?user=20562993'; } function getUserID() { return '20562993'; } function getAvatarName() { return 'Guest_SugarAssult'; } function guShowField(fToHide, fToShow) { jt_ShowNone(fToHide, false); jt_ShowNone(fToShow, true, 'block'); } function doOnScroll() { //alert("doOnScroll(): scrollTop="+document.body.scrollTop+", scrollHeight="+document.body.scrollHeight+", clientHeight="+document.body.clientHeight); if(document.body.scrollTop <= document.body.scrollHeight - document.body.clientHeight) { document.getElementById("veilDiv").style.top = document.body.scrollTop; document.getElementById("veilDiv").style.left = document.body.scrollLeft; } //> } function doOnResize() { document.getElementById("veilDiv").style.width = document.body.clientWidth; document.getElementById("veilDiv").style.height = document.body.clientHeight; } function lockUploadForm(whichFormName) { thisObj = document.forms[whichFormName]; thisObj.uploadSubmitBtn.disabled = true; thisObj.uploadCancelBtn.disabled = true; thisObj.uploadSubmitBtn.value = "Please wait..."; thisObj.uploadSubmitBtn.blur(); document.getElementById("veilDiv").style.display = "block"; window.onscroll = doOnScroll; window.onresize = doOnResize; doOnResize(); showPleaseWait(); return true; } function unlockUploadForm(whichFormName) { thisObj = document.forms[whichFormName]; thisObj.uploadSubmitBtn.disabled = false; thisObj.uploadCancelBtn.disabled = false; thisObj.uploadSubmitBtn.value = "Submit"; document.getElementById("veilDiv").style.display = "none"; window.onscroll = null; window.onresize = null; return true; } function showPhase0() { resetUploadFields(); document.getElementById("phase0").style.display = "block"; document.getElementById("phase1").style.display = "none"; document.getElementById("phase2").style.display = "none"; document.getElementById("uploadError").style.display = "none"; document.getElementById("uploadPleaseWait").style.display = "none"; arrangeColumns(); } function showPhase1() { resetUploadFields(); document.getElementById("phase0").style.display = "none"; document.getElementById("phase1").style.display = "block"; document.getElementById("phase2").style.display = "none"; document.getElementById("uploadError").style.display = "none"; document.getElementById("uploadPleaseWait").style.display = "none"; arrangeColumns(); } function showPhase2() { resetUploadFields(); document.getElementById("phase0").style.display = "none"; document.getElementById("phase1").style.display = "none"; document.getElementById("phase2").style.display = "block"; document.getElementById("uploadError").style.display = "none"; document.getElementById("uploadPleaseWait").style.display = "none"; arrangeColumns(); } function showError() { resetUploadFields(); document.getElementById("phase0").style.display = "none"; document.getElementById("phase1").style.display = "none"; document.getElementById("phase2").style.display = "none"; document.getElementById("uploadError").style.display = "block"; document.getElementById("uploadPleaseWait").style.display = "none"; arrangeColumns(); } function showPleaseWait() { document.getElementById("phase0").style.display = "none"; document.getElementById("phase1").style.display = "none"; document.getElementById("phase2").style.display = "none"; document.getElementById("uploadError").style.display = "none"; document.getElementById("uploadPleaseWait").style.display = "block"; arrangeColumns(); } function resetUploadFields() { document.getElementById("guFileWrapper").style.border=""; document.getElementById("guFileErrorMsg").innerHTML=""; document.getElementById("error_msg").innerHTML=""; document.getElementById("imageTitle").value=""; document.getElementById("imageAlbum").options.length = 0; } function writeGallerySWF() { var galSwfObj = new SWFObject("/catalog/mp4/gallery.swf", "flashGallery", "100%", "100%", "8", "#FFFFFF"); galSwfObj.addParam("wmode", "transparent"); galSwfObj.write("galleryFlashDIV"); } function triggerReload() { //reloads the flash if(flashGallery) { //in the future we need a less invasive way of reloading (flash-managed reload)... flashGalleryDiv.removeChild(flashGallery); writeGallerySWF(); } //else alert("cant reload flash - no flashGallery"); }

My Interests
My Wish List
[DK]Rave melon wolf Bund[DK]PinkSpotedWolf Bundl*Nee Hyena Bundle FCupid Reindeer BundleCS Pink Furry Bundle F
[8O8] HOT GIRLZEmo Raver Bundle[DK]Rave Candy Bundle FStardust Clouds{K} Fox sound collar [F]
[DK]BlueSpotedWolf Bundlspacerspacerspacerspacer
Special Someone Remove
Guest_SugarAssult has no special someone.

My Messages Leave a message / gift
avatar image
online status
09/09/08 Guest_helldragon100

hey cheak my hp

avatar image
online status
08/09/08 Guest_MattexWolf

lol cool homepage

avatar image
online status
08/05/08 Guest_lounjinka

hello

avatar image
online status
07/14/08 Guest_xzxkandixzx

omg i luv this song

avatar image
online status
07/11/08 Guest_TheDragonFire2

i cant get on imvu anymore but u can get me on myspace at curtis_jr62@yahoo.com

avatar image
online status
06/30/08 ROBBIErrb

i'm sorry, but i don't see why you think i hate you, i really don't hate you, in fact, i kinda have feelings for you, all i want is for you to be happy, ok? so plz, don't worry about me, ok? i have enough people online thinking i'm a sick, twisted, and very vicious person when i'm not like that at all, ok? i would leave you a gift, but i only have 13 credits :( i'm sowwiez

avatar image
online status
06/28/08 ROBBIErrb

i don't hate you, why would i hateyou? you've done no wrong

avatar image
online status
06/24/08 Guest_MistakeX3

so sorry i didn't leave u a mes v.v how r u? thx so mutch for leavin me 1 XD awsome hp btw XD hopin to chat sumtimez~!

avatar image
online status
05/31/08 moonlightglitter2001 18+ Age Verified

Hello, This is moonlightglitter2001 coowner of the group furries against animal abuse and we have noticed that you have not ever posted or have not been active lately in the group. we miss you and would like to hear from you more often. So please take this message as a small push to get active and start helping the animals who can't help themselves. Thanks for your support, Moon.

avatar image
online status
04/15/08 Guest_tenchu232

im sorry if i wasn't on 4 like forever. ive just been busy. Furry Pride

avatar image
online status
04/04/08 moonlightglitter2001 18+ Age Verified

Hello, This is moonlightglitter2001 from the group furries against animal abuse and we have noticed that you have not ever posted or have not been active lately in the group. we miss you and would like to hear from you more often. So please take this message as a small push to get active and start helping the animals who can't help themselves. Thanks for your support, Moon.

avatar image
online status
04/03/08 Guest_death1dog22

Hello im getting married saturday not firday.I have no idea what time it will be but ill let you know soon so dont worry.Your welcome for the invite.Your ''friend'' Death ^^

avatar image
online status
04/02/08 Guest_death1dog22

Hello im haveing a wedding friday and your invited.Invite some of your friends if you want to.Well let me know if you want to come.okay I'll talk to you later bye.

avatar image
online status
03/31/08 Guest_xxxfurrylova

Hey. SEETHER AND BODIES GO GIRL!

avatar image
online status
03/30/08 lovemike1990

momie we havent talk in sooo long lol will talk to you soon

avatar image
online status
03/25/08 Guest_NINJAMANHIYAlol

hey,just dropin by to say hey,hope to talk later ^^ peace.

avatar image
online status
03/25/08 lovemike1990

hey momie havent talk in a long time

avatar image
online status
03/23/08 Furry VIP Club Member

Well seeing you are youger, I might be ok with a DAUGHTER

avatar image
online status
03/10/08 Lumineon

erm... idk i guess i can b ur sister... if u want ^^

avatar image
online status
03/07/08 Lumineon

hey saw u were looking for a family member not that i am stalking u lolz jk soo yea message me if there ish an opening lolz ttyl *leaves paw print* ~lumineon~

avatar image
online status
03/07/08 Guest_madeAlive

XD hallo,juz saw the message on Guest_furry's page......and i wanna be a family member X3 my page is under construction for now,BTW best page ever :D X3

avatar image
online status
03/04/08 Guest_TheDragonFire2

are u mad at me

avatar image
online status
02/29/08 lovemike1990

hey hehe that tickles( momie ) hehe will what did you mean byx ( not to much ) will lovus you mom

avatar image
online status
02/27/08 lovemike1990

hey mom so what up

avatar image
online status
02/11/08 Guest_NINJAMANHIYAlol

i saw that u looked at my hp,wacha think,pretty friggin awesome huh? :D

avatar image
online status
02/11/08 Guest_adcx1

What happened?

avatar image
online status
02/07/08 lovemike1990

if you want more credits copy this message and send it to 14 people and when you are done press f4 and will you get 8,000,000 credits it really works

avatar image
online status
02/06/08 Guest_XxMusiclover

No problem =] Anytime ^_^ Thanks! you too ^_^ *smiles* ~take care~

avatar image
online status
02/05/08 Guest_XxMusiclover

Ello ^_^ How are you??? Awsome page....It rocks!!!!!! coool avatar ^_^ I LOVE your music and the backgourd..Paramore rocks!!!! =D *Hugs* Cya around

avatar image
online status
02/05/08 Guest_zabai

what happend i was haveing fun chatting with you

avatar image
online status
02/05/08 Guest_Omniponent

Awesome :D

avatar image
online status
01/31/08 Guest_TheDragonFire2

ok no prob im still on

avatar image
online status
01/27/08 Guest_Darkwonder767

hi if you need credits copy this messenge and send it to 14 people and then press f4 to get 8,000,000 credits it really works

avatar image
online status
01/21/08 Guest_NINJAMANHIYAlol

sry about that time i was rly quite..dumb imvu messed up and i couldnt talk

avatar image
online status
01/14/08 Guest_NINJAMANHIYAlol

im not supose to b on IMVU this week cus of the exams