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
LATINBAYU
spacer
About Me
avatar picture
online status


LATINBAYU
Avatar since: 10/31/06

Female
Age: 27
Puerto Rico
Last log on: 05/26/08

"HI I'AM SO HAPPY AND DELIGHTED TO SEE U"

View my pictures

Photobucket Photobucket**Photobucket Photobucket **Photobucket**PhotobucketPhotobucket
My New Products View all
Photobucket
BABYDREAMER 1QUEEN OF THE NIGHTMARIPOSABLANKYCOLORA
My Blog View all posts
PhotobucketPhotobucketPhotobucket
Loading blog...
  view this blog as RSS
My Outfits View all
>Photobucket**Photobucket** 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=5746231'; } function getUserID() { return '5746231'; } function getAvatarName() { return 'LATINBAYU'; } 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"); }
Contact Me
**PhotobucketPhotobucket**Photobucket
contacting message add contact forward block
My Rankings More info
Photobucket**Photobucket**Photobucket
spacer
friendly Buddies 36
frame
visitors Visitors 4336
frame
kharma Gifts 1210
frame
generosity Generosity 1308
frame

spacer
Special Someone Remove
LATINBAYU has no special someone.
Cool New People
My Groups Check Out IMVU Groups!
Photobucket
group image for Boricua Family
Boricua Family

4269 posts from 1439 members
group image for !!! imvu latino !!!
!!! imvu latino !!!

183283 posts from 16681 members
group image for !LATINOS! EN BUSCA DE AMOR Y ROMANCE
!LATINOS! EN BUSCA DE AMOR Y ROMANCE

386 posts from 798 members
group image for films online
films online

39 posts from 38 members
group image for Arabic Music
Arabic Music

200 posts from 394 members
group image for jazzKats lounge
jazzKats lounge

584 posts from 277 members
group image for .:~o0 Christina Aguilera Fans 0o~:.
.:~o0 Christina Aguilera Fans 0o~:.

161 posts from 252 members
group image for TAMER's
TAMER's

18 posts from 27 members
group image for one haert for love
one haert for love

592 posts from 784 members
My Videos
Photobucket*Photobucket
My Messages Leave a message / gift
avatar image
online status
12/02/08 Guest_DerekTankSchottle

hello nice home page

avatar image
online status
11/17/08 UnicaHija

hi! taking a peek to your page.. how are you?

avatar image
online status
10/13/08 Guest_fabioachi

it is certainly one of the most beautiful hp i have ever seen here in imvu ;)

avatar image
online status
10/11/08 DragonSummoner2007 VIP Club Member 18+ Age Verified

I saw your Avatar picture and name on another Homepage and thought I'd say Hello. I hope we get a chance to chat soon.

avatar image
online status
10/02/08 Guest_Roy0414

Hey Latin Ive been hiding on so much stuff, lol been wild life for me in the past year or so i totally forgot about internet friends... hope you r still doing good and hopefully ill get to chat with you soon, ttyl.....

avatar image
online status
08/28/08 Guest_Scott238

Long time since i herd from u send me a message when u get this sexy lady

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

nice page, come to my page. Have a good one. Oh yeah while you are on my page take a look at my new products I'm sure that you might find something that you like for yourself or for a friend.

avatar image
online status
07/30/08 Guest_JupiterSandMaker

nice HP

avatar image
online status
07/28/08 JayTee6

nice page ^_^

avatar image
online status
07/17/08 bot00l VIP Club Member

Mar7baaa,nice hp .. loved it ^_^ You did a wonderful job have a nice day ;).....see u..

avatar image
online status
07/15/08 Guest_xbandrx

Hey just poppin' by to say helloo. Nice page! Hope you have a great week

avatar image
online status
07/01/08 Guest_MasterAce007

Thanks for the visit to my hp long time dont see you, i on vacation thanks god for that! Remember that we can have peace in the middle of the storm if we trust in God! Thousand blessings for you! prettty...:*

avatar image
online status
06/24/08 IMVU inc.

A message from our CEO: Hi! I'm Cary Rosenzweig ("CaryJay") Chief Executive Officer of IMVU. Today we're issuing our first-ever press release in order to tell the IMVU story to a larger audience. Please do not reply to this message as your reply will not be maintained by the system. Please go here for more information and to ask questions and offer feedback.

avatar image
online status
06/11/08 Guest_sexxielady83

hey i got 2 say ur page is hottt

avatar image
online status
06/09/08 dollah

Hi sweetie, long time no see..just hope is well with u..have a great week sweetheart~Hugs~dollah

avatar image
online status
06/01/08 Ricaniz 18+ Age Verified

Holy business!!! achooo! WHAT A PAGE, I MADE IT TO THE MENSAJE, SOLO PASANDO A DAR UN SALUDO A LA MUJER Y AVATAR HASTA LA PAGINA. QUE LINDA, mUCHO AMOR DULSURA CARIÑITOS, DE TODO CUIDATE LATIN XOXO RiC....

avatar image
online status
05/29/08 Lukzenth

To all my buddies: I have been unable to chat with anyone for the last five months due to PC technical problems with IMVU. I don't see any solution to this problem. I can only communicate via messages. Feel free to delete me from your list if you wish to do so since I'll hate just to be a 'number' in your list. Thank you for your friendship and the good times we had in the past. If you still want to keep me in your list and communicate only via messages, that is fine. ~Lukzenth~

avatar image
online status
05/21/08 Guest_spanishpapi69

hey beautiful how you been

avatar image
online status
05/20/08 Guest_MasterAce007

Nice to see you. God bless you! baby