<script src="http://fashiontribes.us.intellitxt.com/v3/door.jsp?ts=1215091004540&pagecl=40134&enc=utf-8&ipid=4904" type="text/javascript" /><script>
window.glam_ad_call_str='GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;!c=s;!c=hagl;!c=hagn;!c=tgl;!c=tgn;!c=r;!c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;';
var glam_append_adtags = {
};
var glam_append_user_info = {
};
</script><script src="http://www2.glam.com/app/site/affiliate/viewChannelModule.act?mName=viewAdJs&affiliateId=0&adSize=888x3">
</script><script src="http://ad.doubleclick.net/adj/GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;%21c=s;%21c=hagl;%21c=hagn;%21c=tgl;%21c=tgn;%21c=r;%21c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;;;atf=u;;u=b0001rpozkk09hri8j9,f0fu2sa,g000000;sz=888x3;tile=1;ord=4725955414896552?" type="text/javascript" language="JavaScript" />
<script language="Javascript">
glam_geo = window.glam_geo_redirect;
curr_url = window.location.href;
//alert(curr_url);
curr_a = curr_url.indexOf("http://www.glam.com");
curr_b = curr_url.indexOf("http://glam.com");
curr_c = curr_url.indexOf("http://www.glam.com/insider");
curr_d = curr_url.indexOf("http://glam.com/insider");
curr_e = curr_url.indexOf("http://glampress.glam.com");
if (glam_geo == "ca") {
//alert(curr_a);
//alert(curr_b);
}
if (curr_a == 0 || curr_b == 0 && (curr_c == -1 && curr_d == -1 && curr_e == -1)) {
if (glam_geo != null && glam_geo != "") {
glam_geo_lower = glam_geo.toLowerCase();
if (glam_geo_lower == "uk") {
window.location.href = "http://uk.glam.com/profile/mauifashion";
}
if (glam_geo_lower == "au") {
window.location.href = "http://au.glam.com/profile/mauifashion";
}
if (glam_geo_lower == "ca") {
window.location.href = "http://ca.glam.com/profile/mauifashion";
}
}
}
</script>
<script>
</script><script>
function disableClicks() {
return false;
}
function hideReg() {
theDiv = document.getElementById("MiniRegModule");
theDiv.style.display = "none";
document.onclick="";
}
function showReg() {
theDiv = document.getElementById("MiniRegModule");
theDiv.style.display = "block";
document.onclick=disableClicks;
}
</script>
<form id="registrationForm" name="registrationForm">
Join Glam.com
For
celebrity photos, style tips, cool quizzes, and exclusive interviews,
join Glam.com today! Membership is free and includes unlimited access
to Glam.com.
<input name="username" value="Username or E-mail" class="MiniRegFormText" type="text" />
Gender:
F
<input name="gender" value="F" checked="checked" onclick="toggleCheck(this, event)" type="radio" />
M
<input name="gender" value="M" onclick="toggleCheck(this, event)" type="radio" />
Password
Retype Password
<input name="password" id="loginPassword" value="" class="MiniRegFormText" type="password" />
<input name="passwordConfirm" value="" class="MiniRegFormText" type="password" />
<input name="email" value="E-mail" class="MiniRegFormText" type="text" />
<input name="emailConfirm" value="Retype E-mail" class="MiniRegFormText" type="text" />
<input name="agree" checked="checked" onclick="toggleCheck(this, event)" type="checkbox" />
<input name="checkbox1" checked="checked" onclick="toggleCheck(this, event)" type="checkbox" />
Yes, I'd like to receive Glam e-mail updates
<input name="checkbox2" onclick="toggleCheck(this, event)" type="checkbox" />
Yes, I'd like to receive special offers from Glam.com's partners
</form>
Username
Password
<form id="loginForm" name="loginForm">
<input name="username" value="Username or E-mail" class="MiniRegFormText" type="text" />
<input name="password" value="" class="MiniRegFormText" type="password" />
</form>
<script>
window.regExtra = "";
window.newUrl = "";
function doMiniReg(action, formId){
//Create the Message Object with the action to call and Id of the form to submit
message = new FormMessage(action, formId);
//Define a method to handle the response
message.onResponse = function(response) {
//Process Response
ret = response.responseText;
ret = ret.replace(/^\s*|\s*$/g,"");
if (ret == null || ret == "" || ret == "true" || ret.substring(0,6) == "userId") {
theurl = window.location.href;
// Try and Stay on the page you came from
// if (theurl.indexOf('') != -1) {
// window.location.href = "/"
// } else {
$gotoUrl = window.location.href;
if (window.newUrl != "") {
$gotoUrl = window.newUrl;
}
if (window.regExtra != "") {
window.location.href = $gotoUrl + window.regExtra;
} else {
window.location.href = $gotoUrl;
}
// }
} else {
alert(ret);
}
}
message.send();
}
function toggleCheck(obj, evt) {
evt.cancelBubble = true;
return true;
}
// clears text field on focus
function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}
</script><script src="http://www.glam.com/infra/browser/Message.js" language="JavaScript" type="text/javascript" />
<script language="javascript">
var nextID = null;
function kH(e) {
var code;
if (!e) var e = window.event
if (e.keyCode) {
code = e.keyCode;
} else if (e.which) {
code = e.which;
}
if (code==13) {
TTfrm = document.forms["glamSearch"];
TTfrm.click();
return false;
} else {
return true;
}
}
function catchtabenter (evt) {
return kH(evt);
}
</script><script language="Javascript">
function searchGlam(mode) {
document.getElementById("searchMode").value = mode;
document.getElementById("searchModeCategory").value = "";
document.getElementById("searchModeCategoryLabel").value = "";
//not in search mode togle
if (mode == "glam") {
node = document.getElementById("search_glam");
node.innerHTML = "Glam.com";
} else {
node = document.getElementById("search_glam");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('glam'); return false;\">Glam.com";
}
if (mode == "network") {
node = document.getElementById("search_network");
node.innerHTML = "Blogs";
} else {
node = document.getElementById("search_network");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('network'); return false;\">Blogs";
}
if (mode == "photo") {
node = document.getElementById("search_photo");
node.innerHTML = "Photos";
} else {
node = document.getElementById("search_photo");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('photo'); return false;\">Photos";
}
if (mode == "video") {
node = document.getElementById("search_video");
node.innerHTML = "Videos";
} else {
node = document.getElementById("search_video");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('video'); return false;\">Videos";
}
if (mode == "shopping") {
node = document.getElementById("search_shopping");
node.innerHTML = "Shopping";
} else {
node = document.getElementById("search_shopping");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('shopping'); return false;\">Shopping";
}
if (mode == "web") {
node = document.getElementById("search_web");
node.innerHTML = "Web";
logo = document.getElementById("search_logo");
logo.innerHTML = "<img src=\"http://fileserver2.glam.com/app/site/images/navigation/pink/PBG.gif\" />";
} else {
node = document.getElementById("search_web");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('web'); return false;\">Web";
logo = document.getElementById("search_logo");
logo.innerHTML = "";
}
node = document.getElementById("search_more");
node.innerHTML = "<a href=\"#\" onclick=\"toggleSearchOptions(this, event); return false;\">more "+
"<a href=\"#\" onclick=\"toggleSearchOptions(this, event); return false;\">"+
"<img src=\"http://fileserver2.glam.com/app/site/images/navigation/pink/SearchArrow.gif\" border=\"0\" />";
return false;
}
function searchByLink(keyword) {
document.getElementById("q").value=keyword;
document.getElementById("radLink").value="true";
TTfrm = document.forms["glamSearch"];
TTfrm.submit();
return false;
}
function searchByLink2(keyword, token, affiliateId) {
document.getElementById("q").value=keyword;
document.getElementById("google_rt").value=token;
document.getElementById("affiliateId").value=affiliateId;
document.getElementById("radLink").value="true";
TTfrm = document.forms["glamSearch"];
TTfrm.submit();
return false;
}
function searchKeyword(keyword, mode) {
document.getElementById("q").value=keyword;
TTfrm = document.forms["glamSearch"];
if (mode == true) {
bton = document.getElementById("submitButton");
bton.click();
} else {
TTfrm.submit();
}
return false;
}
function searchBySortOrder(sortOrder) {
document.getElementById("sortBy").value=sortOrder;
TTfrm = document.forms["glamSearch"];
// TTfrm.submit();
bton = document.getElementById("submitButton");
bton.click();
return false;
}
function toggleSearchOptions(obj, evnt) {
pos = findPos(obj);
so = document.getElementById("searchOptions");
if (so.style.display == 'none') {
so.style.display = 'block';
} else {
so.style.display = 'none';
}
evnt.cancelBubble = true;
}
function toggleSearchOptionsOff(obj) {
so = document.getElementById("searchOptions");
so.style.display = 'none';
}
if (window.addEventListener){
window.onclick = toggleSearchOptionsOff;
} else if (window.attachEvent){
document.attachEvent('onclick', toggleSearchOptionsOff);
}
function findPos(obj) {
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += obj.offsetLeft
curtop += obj.offsetTop
}
}
return [curleft,curtop];
}
function searchNetwork(label, mode) {
//not in search mode toggle
document.getElementById("searchMode").value="network";
document.getElementById("searchModeCategory").value=mode;
document.getElementById("searchModeCategoryLabel").value = label;
node = document.getElementById("search_glam");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('glam'); return false;\">Glam.com";
node = document.getElementById("search_network");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('network'); return false;\">Blogs";
node = document.getElementById("search_photo");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('photo'); return false;\">Photos";
node = document.getElementById("search_video");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('video'); return false;\">Videos";
node = document.getElementById("search_shopping");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('shopping'); return false;\">Shopping";
node = document.getElementById("search_web");
node.innerHTML = "<a href=\"#\" onclick=\"searchGlam('web'); return false;\">Web";
logo = document.getElementById("search_logo");
logo.innerHTML = "";
node = document.getElementById("search_more");
node.innerHTML = "<a href=\"#\" onclick=\"toggleSearchOptions(this, event); return false;\"> <span style=\"font-weight:bold;color:#FFF;\">"+label+
" <a href=\"#\" onclick=\"toggleSearchOptions(this, event); return false;\">"+
"<img src=\"http://fileserver2.glam.com/app/site/images/navigation/pink/SearchArrow.gif\" border=\"0\" />";
node = document.getElementById("searchOptions");
node.style.display = 'none';
}
</script><table style="position: relative;" border="0" cellpadding="0" cellspacing="0"><form name="glamSearch" action="/search" method="get" />
<tbody><tr><td colspan="3" valign="bottom">
<input id="sortBy" name="sortBy" value="" type="hidden" /><input id="searchMode" name="searchMode" value="" type="hidden" /><input id="affiliateId" name="affiliateId" value="" type="hidden" /><input id="google_rt" name="google_rt" value="" type="hidden" /><input id="searchModeCategory" name="searchModeCategory" value="" type="hidden" /><input id="searchModeCategoryLabel" name="searchModeCategoryLabel" value="" type="hidden" /><div id="search_glam" style="margin: 0px 10px 0px 0px; display: inline;">
Glam.com
</div>
<div id="search_network" style="margin: 0px 10px 0px 0px; display: inline;">
<a onclick="searchGlam('network'); return false;" href="http://www.glam.com/profile/mauifashion#">Blogs</a>
</div>
<div id="search_photo" style="margin: 0px 10px 0px 0px; display: inline;">
<a onclick="searchGlam('photo'); return false;" href="http://www.glam.com/profile/mauifashion#">Photos</a>
</div>
<div id="search_video" style="margin: 0px 10px 0px 0px; display: inline;">
<a onclick="searchGlam('video'); return false;" href="http://www.glam.com/profile/mauifashion#">Videos</a>
</div>
<div id="search_shopping" style="margin: 0px 10px 0px 0px; display: inline;">
<a onclick="searchGlam('shopping'); return false;" href="http://www.glam.com/profile/mauifashion#">Shopping</a>
</div>
<div id="search_web" style="margin: 0px 10px 0px 0px; display: inline;">
<a onclick="searchGlam('web'); return false;" href="http://www.glam.com/profile/mauifashion#">Web</a>
</div>
<div id="search_more" style="position: relative; display: inline;">
<a onclick="toggleSearchOptions(this, event); return false;" href="http://www.glam.com/profile/mauifashion#">
more</a> <a onclick="toggleSearchOptions(this, event); return false;" href="http://www.glam.com/profile/mauifashion#"><img src="http://fileserver2.glam.com/app/site/images/navigation/pink/SearchArrow.gif" border="0" /></a>
</div>
</td>
</tr><tr><td height="30"><input id="q" name="q" value="" class="SearchBox" onkeydown="return catchtabenter(event)" type="text" /></td>
<td valign="middle"><input id="radLink" name="radLink" value="" type="hidden" /><input src="http://images.glam.com/app/site/images/SearchButton.gif" id="submitButton" name="submitButton" value="Search" type="image" /></td>
<td id="search_logo">
</td>
</tr></tbody></table>
<div id="searchOptions" style="border: 1px solid rgb(255, 255, 255); padding: 5px; background: rgb(217, 66, 117) none repeat scroll 0% 50%; position: absolute; top: 15px; left: -5px; width: 150px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; display: none;">
<b>Channel Search</b><br /><ul style="margin: 0pt 0pt 0pt 10px;"><li><a onclick="searchNetwork('Fashion', 'Fashion'); return false;" href="http://www.glam.com/profile/mauifashion#">Fashion</a><br /></li><li><a onclick="searchNetwork('Beauty', 'Beauty'); return false;" href="http://www.glam.com/profile/mauifashion#">Beauty</a><br /></li><li><a onclick="searchNetwork('Celebrities', 'Celebrities'); return false;" href="http://www.glam.com/profile/mauifashion#">Celebrities</a><br /></li><li><a onclick="searchNetwork('Entertainment', 'Film & TV'); return false;" href="http://www.glam.com/profile/mauifashion#">Entertainment</a><br /></li><li><a onclick="searchNetwork('Living', 'Lifestyle'); return false;" href="http://www.glam.com/profile/mauifashion#">Living</a><br /></li><li><a onclick="searchNetwork('Wellness', 'Health & Wellness'); return false;" href="http://www.glam.com/profile/mauifashion#">Wellness</a><br /></li></ul></div>
<table bgcolor="#eeeeee" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td rowspan="2" width="10">
</td>
<td rowspan="2" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td colspan="2" valign="top">
</td>
</tr><tr><td colspan="2" height="100%" valign="top" width="695">
<table cellpadding="0" cellspacing="0" width="978"><tbody><tr><td width="250">
<script>
window.glam_ad_call_str='GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;!c=s;!c=hagl;!c=hagn;!c=tgl;!c=tgn;!c=r;!c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;';
var glam_append_adtags = {
};
var glam_append_user_info = {
};
</script><script src="http://www2.glam.com/app/site/affiliate/viewChannelModule.act?mName=viewAdJs&affiliateId=0&adSize=240x90">
</script><script src="http://ad.doubleclick.net/adj/GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;%21c=s;%21c=hagl;%21c=hagn;%21c=tgl;%21c=tgn;%21c=r;%21c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;;;atf=1;atf=s;;u=b0002rpozkk09hri8j9,f0f12sa,g000000;sz=240x90;tile=2;ord=4725955414896552?" type="text/javascript" language="JavaScript" />
</td>
<td>
<script>
window.glam_ad_call_str='GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;!c=s;!c=hagl;!c=hagn;!c=tgl;!c=tgn;!c=r;!c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;';
var glam_append_adtags = {
};
var glam_append_user_info = {
};
</script><script src="http://www2.glam.com/app/site/affiliate/viewChannelModule.act?mName=viewAdJs&affiliateId=0&adSize=728x90;atf=1">
</script><script src="http://ad.doubleclick.net/adj/GLAM_GlamSpace/Browse_Profiles/;ec=pco;ec=tco;%21c=s;%21c=hagl;%21c=hagn;%21c=tgl;%21c=tgn;%21c=r;%21c=w;sitetag=jscript;rmt=exp;pec=gl;ec=gl;p=1;p=2;p=3;p=4;dr=lo;ec=pb;ec=pf;ec=ps;ec=tb;ec=tf;ec=ts;ec=pe;ec=pc;ec=te;ec=tc;ec=ph;ec=th;ec=plv;ec=tlv;ec=ron;sc=lux;sc=nmbg;sc=ar;sc=w35p;;atf=e;;;;atf=1;atf=s;;u=b0003rpozkk09hri8j9,f0f12sa,g000000;sz=728x90;atf=1;tile=3;ord=4725955414896552?" type="text/javascript" language="JavaScript" /><script src="http://m1.2mdn.net/879366/flashwrite_1_2.js" /><noscript></noscript>
</td>
</tr></tbody></table>
<table class="ProfileMainBG" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr bgcolor="#000000"><td>
</td>
<td>
</td>
</tr><tr><td colspan="2">
<form method="get" action="/members">
<table border="0" cellpadding="0" cellspacing="4"><tbody><tr><td valign="top">Â
<input class="GlamSpaceSearch" name="nameOrEmail" value="enter username or email" size="35" type="text" /></td>
<td valign="top">
<input src="http://www.glam.com/profile/img/FindFriendButton.gif" name="searchByName" value="Search" type="image" /></td>
</tr></tbody></table></form>
What's New |
Browse Profiles |
Blogs |
GlamCentral
</td>
</tr><tr><td valign="top" width="213">
"Welcome to Maui Fashion LLC - Cutting Edge Couture Design Worldwide"
42 years old, Male, No Answer
Blonde Hair, Blue Eyes
6'1", Hana USA CHINA JAPAN SWITZERLAND FRANCE MONACO DUBAI UAE CANADA BRAZIL HAWAII UAE
First Fashion Memory:
Classic Versace Couture
All Time Worst Trend:
http://www.myspace.com/mauifashion
Next Big trend:
New Cutting Edge Maui Couture, Glam Couture, Living Couture
Current Handbag:
Prada
Religion:
No Answer
Favorite Designer:
Prada, MIUMIU, Versace, Marcus Rock, Chanel, Dior, Karl Lagerfeld,Bebe
Hometown:
Hana Maui Hawaii USA, Zurich Switzerland, Beijing China, Hong Kong,China
Favorite Models:
Elle Vogue Teen SI ID Nylon Ford Maui Ford Tokyo Ford Paris Ford NY
School:
Wharton, U of W, U of H, Drexel University,NCE
Location:
Hawaii,New York,Philadelphia,Madison Wisconsin
Major:
Fine Arts, Painting, Sculpture, Design, Film, Finance, Fashion, Computers, Engineering
Ethnicity:
White/Caucasian
Occupation:
Ceo Couture Designer
Companies:
Maui
Fashion LLC - Cutting Edge Couture Wailea Hana Maui Hawaii, Zurich
Switzerland, Beijing, China, Hong Kong, China, Tokyo, Japan, Dubai UAE
Worldwide
Children:
Proud Parent
Education:
Post-graduate
Years Attended:
20
Income:
$250000+
Orientation:
No Answer
Drink:
No Answer
Smoke:
No Answer
Body Type:
Athletic
My Favorite Links: Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
-Fashion Tribes
-MIUMIU 2007 MOVIE PRADA
-MIUMIU MUCCIA PRADA
-PRADA MUCCIA PRADA
Artcyclopedia.com
Artprice.com
Blackstone.com
CeoExpress
Chanel.com
Chrisities.com
Concierge
Dior.com
FordModels.com
Glam.com
Glam.com
Julius Baer.com
ManiaTV MauiFashion LLC
MarcusRock.com
Maui Celebrities LLC (tm)
Maui Fashion LLC (c) CafePress Couture TShirts
Maui Fashion LLC Couture Fashion MySpace
Maui Fashion LLC Hawaii Couture Fashion
Maui Fashion LLC Hawaii Couture Fashion
Maui Fashion LLC Hawaii Couture Fashion
Polina
Prada.com
RefDesk
RelaisChateaux.com
Seiwater.com
Sothebys.com
Tagworld Maui Fashion LLC
Tajan.com
The Shops at Wailea.com
UBS.com
Veoh Maui Fashion LLC
Versace.com
Yahoo.com
cutting edge cutting edge couture maui maui fashion hana mauifashion
living couture designs H&M diamond black diamonds blue diamonds cut
stones cultured color bright color contemporary art 2010 Elle Jade
Jagger Cannes Monaco Beijing Hong Kong Couture Fashion Week Living
Runway Couture Living Media Couture Blue Jeffrey Kirna Zabete Los
Angeles Barneys Fred Segal San Francisco Barneys Dallas Couture Film
Living Couture Art Stores AMERICAS Amarees Greenwich Fred Segal Orange
County Lulu Brandt Newport Beach Neiman Marcus Neiman Marcus Santa
Monica Nordstrom Atlanta Celebrity Private Label Fashion Designs
Distractions Boston CT Toronto wedding couture FL Gypsy Raleigh Oxygene
Pittsburg GA IL Ikram MA Gypsy San Antonio Louis Boston Chicago NC
Capitol Scarsdale Vermillion Washington DC Glam.com Rhode glam Design
art Models designer new york Runway Hawaii DIOR couture Jewelry model
milan 2007
<form action="/profile/mauifashion" method="post">
<table align="right" border="0" cellpadding="2" cellspacing="0"><tbody><tr><td colspan="2" align="left">
Your tags:
</td>
</tr><tr><td>
<input name="profileNodeId" value="" type="hidden" /><input name="newTag" class="TagsSearch" type="text" /></td>
<td>
<input src="http://www.glam.com/profile/img/AddTagsButton.gif" name="action" value="addTag" type="image" /></td>
</tr><tr><td colspan="2">
Add Tags (separate by commas)
</td>
</tr></tbody></table></form>
</td>
<td valign="top">
<table class="TWidth" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top">
<table><tbody><tr><td></td></tr><tr align="center"><td>Express Yourself LIVE</td></tr></tbody></table>
Maui Fashion LLC Couture - New Cutting Edge Couture Fashion Designer,
Living Runway Couture, Living Media Couture, Private Label Couture
Designs, Celebrity Private Label Fashion Designs, Cutting Edge Couture
Runway Models, Original Couture Fashion Designs, Original Couture
Fashion Pink, Blue, White, Red, Black Diamonds, Original Couture
Fashion Jewelry, Original Couture Contemporary Art, and Cutting Edge
Couture Film, and Living Couture Art.
Maui Fashion LLC Great Stores Worldwide Distribution / Stores: AMERICAS
New York, NY: Barneys, Jeffrey, Kirna Zabete
Los Angeles, CA: Neiman Marcus, Barneys, Fred Segal
San Francisco, CA: Neiman Marcus
Santa Monica, CA: Fred Segal
Orange County, CA: Nordstrom
Atlanta, GA: Jeffrey, Nordstrom
Aspen, CO: Distractions
Boston, MA: Louis Boston
Chicago, IL: Ikram, Barneys
Dallas, TX: 4510, Stanley Korshak
Las Vegas, NV : Wynn Resort
Palm Beach, FL: Gypsy
Raleigh, NC: Vermillion
Washington DC: Nordstrom
Miami, FL: Oxygene
Pittsburg, PA: Dress Circle
Nantucket, MA: Gypsy
San Antonio, TX: Nordstrom
Charlotte, NC: Capitol
Scarsdale, NY: Tuesdays Child
Pasadena, CA: Lulu Brandt
Newport Beach, CA: Amarees
Greenwich, CT : Dighton Rhode
Toronto, Canada: Holt Renfrew
London, England: Harvey Nichols, Matches-Wimbledon, Matches-Ledbury,
Browns
Copenhagen, Denmark: Holly Go Lightly
Paris, France: Colette, Printemps, Montaigne Market
Milan, Italy: Gio Moretti
La Spezia, Italy: Massimo Rubini
Bari, Italy: Mimma Ninni
Bergamo, Italy: Tiziana Fausti
Modena, Italy: Adani
Florence, Italy: Luisa Via Roma
Rome, Italy: Degli Effetti
Munich, Germany: Theresa
Athens, Greece: Athens Luisa
Monte Carlo, Monaco: Espace Mirage
Moscow, Russia: Aisel, Podium, Vanity
St. Petersburg, Russia: Day & Night
Istanbul, Turkey: Polar Moda
Sao Paolo, Brazil: Clube Chocolate
Rio De Janeiro, Brazil: Clube Chocolate
Dubai, U.A.E.: Harvey Nichols
St. Barts, F.W.I.: Calypso
Hong Kong: Lane Crawford
Taipei, Taiwan: Club Designer
Tokyo, Catherine,Le Salon,St.Honore,Isetan,10 corso
como,Florent,Strasburgo,Deuxieme
classe,Estonation,Beams,Chitose,Barneys,Ginza Komatsu
,Avanti,Lacotte,Aquagirl,Restir,United Arrows,Design works
,G.Colette
Kanto,Seita,LineaverdePisa,
Tohoku,Impression,Metronorm
Acropolis,Noel
Osaka,16 Aout, Hankyu, Catherine
Kyoto,Pony
Kobe,Modix,Sala Nakamura,Bongure,Restier,Orizzonti,Salada Bowl,Liberty
,Isora,Mattoti
Nagoya,Bols,Macho
Kyusyu,Najasport,Syofudado,Rapport,Maison blanche,Avalon
Eleme,Y.K. Collezione,Della Vogue,Womans
Seoul,Lotte Beirut, Lebanon: Plum Kuwait, Kuwait: Alofhman Dubai,UAE
2007 SWAROVSKI MODELS
SWAROVSKI GEMMA
2007 FORD MODELS
2007 PRADA MIUMIU WOMENS AND MENS FASHIONS
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script><script type="text/javascript">
_uacct = "UA-1527048-2";
urchinTracker();
</script>
Find Me In
Wailea
Maui Hawaii, Hana Maui Hawaii, Honolulu Maui Hawaii, Kauai Hawaii,
Molokai Hawaii, NYC,Paris, Rome, London, Tokyo, Zurich, South Beach
Miami, Beverly Hills CA USA
Last Seen Wearing
Prada, Versace, Christian Dior, Marcus Rock, Jade Jagger, Dolce + Gabana, Carl Lagerfeld
Five Items I can't live without
Miuccia Prada
John Galliano
Marcus Rock
Jagger
Picasso
Stores
Prada,Chanel,H&M,Beijing,Hong Kong,Shops at Wailea,Wailea Maui Hawaii, Ala Moana Center, Honolulu Hawaii
Magazines
Elle,Vogue,ID,Nylon,Teen, Bust, Paste,Financial Times of London,NY TImes, Wall Street Journal
Music
Evanesence Lithium,U2, Christina Millian, Chistina Aguelera,50 Cent,Snoop,Tupak,Akon,Native Indian
Movies
Alexander, Patton,The Red Lantern,Crouching Tiger Hidden Dragon, Flying Daggers, 9 1/2 Weeks, Another 9 1/2 Weeks
TV
Maui FashionTV (tm) Cable FTV MTV STIKAM ManiaTV Joost Veoh Cable HBO MSNBC FoxNEWS
Books
The Art of Peace, Alexander the Great, Patton Diaries, Sanford Lincoln, The Political Genius of Abraham Lincoln
</td></tr></tbody></table><table class="TWidth" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top">
</td></tr></tbody></table><table class="TWidth" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top">
Leave a Comment