Get Your Own! | View Slideshow
WLUVU_6
read my profile
sign my guestbook

Visit WLUVU_6's Xanga Site!

Name: [S]!U C=]
Gender: Female


Message: message me
MSN: man_12199@yahoo.com.hk
ICQ: 297090955


Member Since: 11/20/2005

SubscriptionsSites I Read
simple_yee
ROCKchic_Roni
aesopp29453
KEITAMii
RiCe128
kei9992003
eaki_chan
Rebekah_S
drtk90128
yee_11
kenny23house
Candace_BuDo
linda88
wingsze6120
nonnoduck
Love_kawan
ccl213_CHriS
andy6613
lun0224
FiShSiN_921
chingching03134
Cool_Chun
ting_fong
JOSEPH_WAI
ying_123_321
tingleung240
hocheng
MAN_1991
bakayan520
wai2382001
rayho1232003
lineagevc
lee1229
chucky_toy
lokb_13
gai_near
hong_siu_914
gary91377510
alvin522
banana_jill_jill
kuroda_KURODA
IN213
siu_yenyen
mouse_LUV_bear
SUPER_S_3
onlyCHiiii
PING2XD
SIUFPXD
CARMAN2211HK
Claytonkoo
wanyiyan
anson_wang
crystal126
BABY_FEI

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Sunday, November 20, 2005

Xanga

Type your first post here, then click "Submit" to publish it to your Xanga Site



<< Previous 5

<xml> <script> /* Change your options here. See the documentation at http://suhock.net/xanga/logs/ for more info. */ var show = true; var title = "My Stalkers"; var before = "My Blogrings"; var sortby = "date"; var order = "desc"; var limit = 0; /* Don't change anything beyond this point, unless you know what you're doing (not that you would pay any attention to this warning if you do know what you're doing) */ function getElement(id) { if(document.all) { return document.all[id]; } else { return document.getElementById(id); } } function getUser() { var user = ''; for (var i=0; i<document.links.length; i++) { if (document.links.href.substring(0,38) == "http://www.xanga.com/private/home.aspx") { var link = document.links; if (link.innerText) { user = link.innerText; } else if (link.text) { user = link.text; } break; } } return user; } var tagname = 'script'; function getOwner() { var url = document.URL; var b = url.indexOf("?user="); if (b==-1) b = url.indexOf("&user="); if (b==-1) return getUser(); b += 6; var e = url.indexOf("&", b); if (e==-1) e = url.length; return url.substring(b, e); } </script> <img id="xasm_img" src="http://www.xanga.com/images/dot_clear.gif" width="1" height="1"> <span id="xasm_mod"></span> <script> document.images["xasm_img"].src = "http://suhock.net/xanga/logs/img.php?" + "u=" + escape(getOwner()) + "&" + "v=" + escape(getUser()) + "&" + "r=" + escape(document['referrer']); if (show) { var el1 = document.createElement(tagname); el1.src = "http://suhock.net/xanga/logs/stalkers.js.php?" + "u=" + escape(getOwner()) + "&" + "title=" + escape(title) + "&" + "before=" + escape(before) + "&" + "sortby=" + escape(sortby) + "&" + "order=" + escape(order) + "&" + "limit=" + escape(limit); getElement('xasm_mod').appendChild(el1); } </script> <!-- begin code provided by createblog.com --> <script language=javascript></script> var rate = 100; // Increase amount(The degree of the transmutation) var obj; // The object which event occured in var act = 0; // Flag during the action var elmH = 0; // Hue var elmS = 128; // Saturation var elmV = 255; // Value var clrOrg; // A color before the change var TimerID; // Timer ID si= ; if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { Browser = true; } else { Browser = false; } if (Browser) { document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor; } function doRainbow() { if (Browser && act != 1) { act = 1; obj = event.srcElement; clrOrg = obj.style.color; TimerID = si("ChangeColor()",100); } } function stopRainbow() { if (Browser && act != 0) { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } function doRainbowAnchor() { if (Browser && act != 1) { obj = event.srcElement; while (obj.tagName != 'A' && obj.tagName != 'BODY') { obj = obj.parentElement; if (obj.tagName == 'A' || obj.tagName == 'BODY') break; } if (obj.tagName == 'A' && obj.href != '') { act = 1; clrOrg = obj.style.color; TimerID = si("ChangeColor()",100); } } } //document.write.blogring function stopRainbowAnchor() { if (Browser && act != 0) { if (obj.tagName == 'A') { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } } function ChangeColor() { obj.style.color = makeColor(); } function makeColor() { // HSVtoRGB if (elmS == 0) { elmR = elmV; elmG = elmV; elmB = elmV; } else { t1 = elmV; t2 = (255 - elmS) * elmV / 255; t3 = elmH % 60; t3 = (t1 - t2) * t3 / 60; if (elmH < 60) { elmR = t1; elmB = t2; elmG = t2 + t3; } else if (elmH < 120) { elmG = t1; elmB = t2; elmR = t1 - t3; } else if (elmH < 180) { elmG = t1; elmR = t2; elmB = t2 + t3; } else if (elmH < 240) { elmB = t1; elmR = t2; elmG = t1 - t3; } else if (elmH < 300) { elmB = t1; elmG = t2; elmR = t2 + t3; } else if (elmH < 360) { elmR = t1; elmG = t2; elmB = t1 - t3; } else { elmR = 0; elmG = 0; elmB = 0; } } //document.write.blogring elmR = Math.floor(elmR); elmG = Math.floor(elmG); elmB = Math.floor(elmB); clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); elmH = elmH + rate; if (elmH >= 360) elmH = 0; return clrRGB; } </script> <!-- end code provided by createblog.com --></td></tr></table><br /><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --> <div style="height: 0; overflow: hidden;" > <!-- Site Meter --> <script type="text/javascript" src="http://jsx.sitemeter.com/counter.js?site=d9c00014d9306fdbd3b8b325299b4d8d&pid=sxg"></script> <noscript> <img src="http://trx.sitemeter.com/meter.asp?site=d9c00014d9306fdbd3b8b325299b4d8d&pid=sxg" alt="Site Meter"/> <img src="http://dgx.specificclick.net/" alt="Site Meter"/> </noscript> <!-- Copyright (c)2007 Site Meter --> </div> <span id="lblReadOnly" style="display: none">False</span> <div id="x-hovpanel-bg" style="display: none;"></div> <script type="text/javascript" src="http://s.xanga.com/scripts/culture/xangawebstrings.js"></script> <script type="text/javascript"> <!-- function XangaReplacePageTextValue(obj, text) { if (obj) { obj.value=text; } } function XangaReplacePageTextOption(obj, index, text) { if (obj) { obj.options[index].innerHTML=text; } } XangaReplacePageTextOption(document.getElementById("searchop"),1, xangawebstringsResx.Photos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),2, xangawebstringsResx.Videos_lower); XangaReplacePageTextOption(document.getElementById("searchop"),3, xangawebstringsResx.Blogrings_lower); XangaReplacePageTextOption(document.getElementById("searchop"),4, xangawebstringsResx.Metros_lower); XangaReplacePageTextOption(document.getElementById("searchop"),5, xangawebstringsResx.Profiles_lower); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),0, xangawebstringsResx.Jan); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),1, xangawebstringsResx.Feb); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),2, xangawebstringsResx.Mar); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),3, xangawebstringsResx.Apr); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),4, xangawebstringsResx.May); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),5, xangawebstringsResx.Jun); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),6, xangawebstringsResx.Jul); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),7, xangawebstringsResx.Aug); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),8, xangawebstringsResx.Sep); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),9, xangawebstringsResx.Oct); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),10, xangawebstringsResx.Nov); XangaReplacePageTextOption(document.getElementById("PostCalendar_ddlMonth"),11, xangawebstringsResx.Dec); if (document.getElementById("xeps1")) { document.getElementById("xeps1").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps2").title = xangawebstringsResx.NumberEprops.replace("{0}", "2") + "!"; document.getElementById("xeps3").title = xangawebstringsResx.NumberEprop.replace("{0}", "1") + "!"; document.getElementById("xeps4").title = xangawebstringsResx.NumberEprops.replace("{0}", "0") + "!"; } XangaReplacePageTextValue(document.getElementById("btnSubmit"), xangawebstringsResx.Submit); XangaReplacePageTextValue(document.getElementById("searchsubmit"), xangawebstringsResx.Search + " \u00bb"); //--> </script> </span><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/default.aspx" class="footernav">xanga</a> - <a href="http://www.xanga.com/private/home.aspx" class="footernav">your site</a> - <a href="http://help.xanga.com/about/termsofuse.htm" class="footernav">terms</a> - <a href="http://help.xanga.com/about/privacypolicy.htm" class="footernav">privacy</a> - <a href="http://jobs.xanga.com" class="footernav">jobs</a> - <a href="http://help.xanga.com" class="footernav">help</a> - <a href="http://press.xanga.com" class="footernav">press</a> - <a href="http://www.xanga.com/register.aspx" class="footernav">join</a> - <a href="http://www.xanga.com/language.aspx?returnurl=http%3a%2f%2fwluvu-6.xanga.com%2fhome.aspx%3fuser%3dWLUVU_6%26nextdate%3d11%2f20%2f2005%2b20%3a24%3a30.147" class="footernav" title="Change Language">Language</a></td></tr></table><table border="0" cellspacing="0" cellpadding="0" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://safety.xanga.com" class="footernav">safety</a> - <a href=" http://safety.xanga.com/category/parents/" class="footernav">parents</a> - <a href="http://safety.xanga.com/category/lawenforcement/" class="footernav">law enforcement</a></td></tr></table><table border="0" cellspacing="0" cellpadding="4" width="725" class="footer"><tr><td align="center" valign="top"><a href="http://www.xanga.com/ReportContent.aspx" class="footernav">report inappropriate content</a></td></tr></table><!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-87h-iNOVooym2";quantserve();</script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-87h-iNOVooym2.gif" style="display: none" height="1" width="1" alt="Quantcast"/></noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script> <script type="text/javascript"> (function(){ function track(trackerCode){ var tracker = _gat._getTracker(trackerCode); tracker._setDomainName("xanga.com"); tracker._initData(); tracker._trackPageview(); } track('UA-1651690-1'); })(); </script></body></html>