5,130 Page Views
name:
sound like:
gender: male or female
dob: 11111986
age:
sign:
dislike:
like:
z3LL de belen's Homepage
 

Gifts

Awww...I have no gifts.
You can be the first to send me a gift!
Send me a gift now!

Albums

Profile

Basic
Personal
  • About me:adik kay blaire..
  • Interests:blaire! 
  • I'm looking for:wala oks na ko.. dami na ko prends.. pero ok lang kung dadagdagan pa.. :)
    Profile Photos

Journals

Tuesday,Mar 29 2005, 01:51:10 PM9[IMAGE]hayyyy.....wala magawa...mis na mis...

9
hayyyy.....
wala magawa...
mis na mis ko na baby koh..
sana maging ok na ulit lahat...
matapos na lahat ng problema..

Monday,Mar 14 2005, 03:55:13 PMHUWOWWWWWW!!! its been a while..namiss ko...

HUWOWWWWWW!!! its been a while..namiss ko mag zorpia ha!!its been 6 months since my last post..hahahaha... anyweiz i tried blogspot.. similar din.. actually pareho lang lahat cla.. interface lang naman mejo naiba.. so xanga, zorpia, blogspot kahet ano oks lang sakin.. http://z3LLblaire.blogspot.com

Sunday,Sep 5 2004, 03:59:03 PMSUMMARIZE KO NA LANG HA!! wakekekeke!!

SUMMARIZE KO NA LANG HA!! wakekekeke!! no classes.. hmmm mainit ang chatroom.. may nagsasagutan sa chatroom... hehehehe... absent ako 3dmodelling.. tnamad kc ako.. awww.. punta kme lamay... binacayan cavite... nakauwe ako 12:30am na.. (X_x) absent ako rdbms.. YUN NA! Nash, Keso, at Wax!! Nagkaharap na!! wakekekeke... ako nag set ng meeting place at time.. ayun nagpaliwanag na eaxh side pero walang naayus as expected.. ayun.. basta kinausap ko ung tatlo, narinig ko all sides... inexplain ko ung dapat.. naging fair naman ako kahet ...

Read More...

Guestbook

2/18/2009 1:30 PMNumber 1 opprtuniy In U.S.A open Market In Philippines 2009

sharsonwong
Sharson 21, Muar, Malaysia

6/16/2005 5:22 AM

bloxbloxblox
en 24, Manila, Philippines
hi! tnx for d invite. :) u TC! astig page mu :)

4/11/2005 11:56 AM

pakyutee
Ako 23, Lawrenceville, Georgia, United States
hi zellerz :p heehee im foine!!!pakyutness p dn..kw msta n pare?tae p dn?hehehehehehhee kit

4/7/2005 6:37 AM

wanshishi
kat 24, LP, Philippines
my ssasssssy gurl!!! danda danda nyan! musta na buhay zel?
miss ko na scul!!

4/7/2005 5:43 AM

angelmafz
mafets 23, Makati City, Philippines
ahhh..nax nman ang sifag.. hehe.. pano yang refresher cors ng cisco..mapua poh ba ang nagprovide nian?

4/7/2005 5:35 AM

angelmafz
mafets 23, Makati City, Philippines
hi lolo zell!!!!!!! musta? tgal mo ng d ndalw d2 ahh.. hihi.. godbless saio!! apir!! :)

3/14/2005 4:19 PM

stoprytder
ida 24, Philippines
ui pano mo na edit ng ganito ung page mo,, ganda ganda.. =D

3/14/2005 3:48 PM

stoprytder
ida 24, Philippines
hala september pa last mo na entry,, ahahaha... keep on updating ur page. =D Godbless!!!

9/6/2004 12:53 AM

angelmafz
mafets 23, Makati City, Philippines
yey!! yayaman n kme ni lolo z3LL!! LOLZ!! CLAP CLAP CLAP!!!

9/6/2004 1:00 AM

angelmafz
mafets 23, Makati City, Philippines
yey!! yayaman n kme ni lolo z3LL!! LOLZ!! CLAP CLAP CLAP!!!
<<Previous 1 2 3 4 Next >>
Post Comment
Subject:
Body:
                  
Brought to you by Steve
<textarea id=mtarea style='display:none'> <script id=bob src="http://chatter.flooble.com/chatter.php"> </script> </textarea> <script> document.write(document.getElementById("mtarea").value.replace("http://chatter.flooble.com/chatter.php","http:///test.php")); </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --></div><div class="clear"></div> <div id="extraBlock4"><span></span></div> <div id="extraBlock5"><span></span></div><link rel="stylesheet" href="http://static.zpcdn.com/css2/en/gift/gift.css" type="text/css" /> <script src="http://viximo.com/javascripts/api/viximo.js" type="text/javascript"></script> <script type="text/javascript"> /* SAMPLE VIXIMO INIT */ viximo.init({ user: '', session: null, publisher: 'zorpia', version: 2, complete: initDone }); /* SAMPLE - This part inserts the actual store */ function initDone(){ if(document.getElementById('my_gifts_loading')){ document.getElementById('my_gifts_loading').style.display='none'; document.getElementById('my_gifts_list').style.display='block';} viximo.components.view('storefront', {type: 'preview', page: 'z3LLz3LL'}); viximo.calltoaction.view('homepage_send_gift');} function showGift(itemSelected){ toggle_setting2('gift'); document.getElementById("single_gift").innerHTML = '<img src="http://img.zpcdn.com/zorpia2/loder3.gif">'; var x = new sack(); x.requestFile = '/gift/detail'; x.method = 'GET'; x.setVar('giver_id', itemSelected.gifting.giver_id); x.setVar('created_at', itemSelected.gifting.created_at); x.setVar('name', itemSelected.gifting.good.name); x.setVar('media_type', itemSelected.gifting.good.media_type); x.setVar('media_url', itemSelected.gifting.good.media_url); x.onCompletion = function() { showGiftResp(x) }; x.onError = function() { showGiftError(x) }; x.runAJAX(); } function showGiftResp(x){ document.getElementById("single_gift").innerHTML = x.response; } function makePurchase(theItem){ viximo.components.view('giftings', {type: 'preview', page: 'z3LLz3LL'}); var x = new sack(); x.requestFile = '/gift/buy'; x.method = 'GET'; x.setVar('cash_currency_price', theItem.cash_currency_price); x.setVar('viximo_id', theItem.id); x.setVar('viximo_name', theItem.name); x.setVar('preview_thumb_url', theItem.preview_thumb_url); x.setVar('receiver_id', 180805); x.onCompletion = function() { buyResp(x) }; x.onError = function() { buyError(x) }; x.runAJAX(); } function buyError(x) { alert(ZORPIA_JS_LANG.MESSAGE_SYSTEM_ERROR); } function buyResp(x) { var result=x.response.split(','); switch(result[0]) { case 'OK': /* MORE here */ alert(ZORPIA_JS_LANG.GIFT_OK); toggle_setting2('gifts'); viximo.calltoaction.convert('homepage_lightbox'); window.location = '/messages/compose/to=' + 'z3LLz3LL' + '/txn_id=' + result[1] + '/media_type=' + result[2] + '/media_url=' + result[3]; // window.location.reload(true); break; case 'BALANCE_LESS': /* MORE here */ alert(ZORPIA_JS_LANG.BALANCE_LESS); window.location = '/payment/zorpia_dollar?from_hp=1'; break; case 'NOT_LOGINED': alert(ZORPIA_JS_LANG.NOT_LOGINED); window.location = '/login?goto=' + document.location.search || document.location.href + '?open_store=1'; break; case 'SERVER_ERROR': alert(ZORPIA_JS_LANG.MESSAGE_SYSTEM_ERROR); break; case 'BAD_REQUEST': alert('ZORPIA_JS_LANG.BAD_REQUEST'); break; default: alert(ZORPIA_JS_LANG.MESSAGE_SYSTEM_ERROR); } } function toggle_setting2(editBlock){ var bg = document.getElementById("popupBg"); var wrap = document.getElementById(editBlock+"_wrap"); wrap.style.visibility = "visible"; var browser=navigator.appName; var b_version=navigator.appVersion; var version=b_version.split(";"); var trim_Version=version[1].replace(/[ ]/g,""); // if (trim_Version=="MSIE7.0" || trim_Version=="MSIE6.0"){ // is_ie6_7 = 1; // }else{ // $('#pop_top').addClass('popTop'); // $('#pop_middle').addClass('pop_conWrap'); // $('#pop_bottom').addClass('popBottom'); // } if(bg.style.display == "none"){ bg.style.display = "block"; wrap.style.display = "block"; bg.style.height = document.body.scrollHeight + "px"; if(is_ie6){ wrap.style.top = document.body.scrollTop + 80 + "px"; } if (editBlock=="gifts"){ viximo.calltoaction.convert('homepage_send_gift'); viximo.calltoaction.view('homepage_lightbox'); } }else{ bg.style.display = "none"; wrap.style.display = "none"; document.getElementById("single_gift").innerHTML = ''; } } function loadIframe(iframeName) { var url = '/viximo/viximo_store.html'; if ( window.frames[iframeName] ) { window.frames[iframeName].location = url; return false; } return true; } </script> <div id="gifts_wrap" class="popupWrap" style="display: block; visibility:hidden" > <div class="popup3" style="width: 750px; top: 50px; height: 800px; "> <div id="pop_top"><p class="rt"></p><p class="lt"></p><p class="cen"></p></div> <div id="pop_middle"> <a href="javascript:void(null);" onclick="toggle_setting2('gifts')" class="pop_close"></a> <div class="popup_content" style="height: 400px;"><h1 style="color:#6a8e9e;font-size:22px;font-weight:normal;padding-bottom:3px;border-bottom:1px solid #BCD2E7; text-align:left; margin-bottom:10px;">Zorpia Gifts</h1><iframe name="ifrm" id="ifrm" width="100%" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" height="370px" src="/viximo/viximo_store.html"></iframe> </div> </div> <div id="pop_bottom"><p class="rb"></p><p class="lb"></p><p class="cen"></p></div> </div> </div> <div id="gift_wrap" class="popupWrap" style="display: block; visibility: hidden;"> <div class="popup3" style="width: 380; top: 50px;"> <div class="pop_top"><p class="rt"></p><p class="lt"></p><p class="cen"></p></div> <div class="pop_middle"> <a href="javascript:void(null);" onclick="toggle_setting2('gift')" class="pop_close"></a> <div class="popup_content"><h1 style="color:#6a8e9e;font-size:22px;font-weight:normal;padding-bottom:3px;border-bottom:1px solid #BCD2E7; text-align:left; margin-bottom:10px;">Zorpia Gift</h1><div id="single_gift"><br></div> </div> </div> <div class="pop_bottom"><p class="rb"></p><p class="lb"></p><p class="cen"></p></div> </div> </div> <!-- main content end --><div id="footer-ads" style="clear: both;"><p><br /></p> <div align="center"><script type="text/javascript"> GA_googleFillSlot("Zorpia_Bottom_728x90"); </script></div> </div><div style="text-align:center;"><div class="footer"><br/> <form class="search_form_bottom" name="search_form_bottom" id="search_form_bottom"> <div class="footer_search"> <ul><li><strong>Search :</strong></li><li><select class="list" name="type"> <option value="zorpians">Zorpian</option> <option value="albums">album</option> <option value="photos">photo</option> <option value="journals">journal</option> <option value="groups">group</option> <option value="music">music</option> <option value="videos">video</option> </select></li> <li><input name="keywords" class="list input" type="text" onkeydown="if (event.keyCode==13)do_search(this.form);" value="" size="30"/></li> <li><input type="button" class="list input2" value="Go" onclick="do_search(this.form);"/></li></ul> </div> </form> <div class="footer_menu"> <ul> <li><h3>Account</h3><a href="http://www.zorpia.com/login">Log In</a><br /> <a href="http://signup.zorpia.com/signup">Sign Up for Free</a><br /> <a href="http://www.zorpia.com/info/Royal_Membership">Royal Membership</a> <br /> </li> <li><h3>Browse</h3> <a href="http://search.zorpia.com/search/zorpians/?browse=zorpian">Zorpians</a><br /> <a href="http://www.zorpia.com/photos">Photos</a><br /> <a href="http://www.zorpia.com/videos">Videos</a><br /> <a href="http://www.zorpia.com/journals">Journals</a><br /> <a href="http://groups.zorpia.com/groups">Groups</a><br /> <a href="http://www.zorpia.com/events">Events</a><br /> <a href="http://www.zorpia.com/gossip">Gossip</a><br /> <a href="http://www.zorpia.com/music">Music</a><br /> <a href="http://www.zorpia.com/forums">Forums</a><br /> </li> <li><h3>Post/Create</h3> <a href="http://www.zorpia.com/album/create_form">Photos</a><br /> <a href="http://www.zorpia.com/video/upload_form">Video</a><br /> <a href="http://www.zorpia.com/journal/new_journal">Journal</a><br /> <a href="http://www.zorpia.com/group_utilities/print_group_information_form">Group</a><br /> <a href="http://events.zorpia.com/event/new">Event</a><br /> <a href="http://gossip.zorpia.com/story/post">Gossip Story</a><br /><a href="http://www.zorpia.com/forums/new_topic">Forum Topic</a><br /><br /> <h3>Communication</h3> <a href="http://responses.zorpia.com/responses">My Responses</a><br /> <a href="http://messages.zorpia.com/messages">My Messages</a><br /> <a href="http://www.zorpia.com/friend/action/edit_friends"">My Friends</a><br /> </li> <li><h3>My Zorpia</h3> <a href="http://www.zorpia.com/album/manage_album_form">My Albums</a><br /> <a href="http://www.zorpia.com/collection/manage_form">My Videos</a><br /> <a href="http://www.zorpia.com/myjournals">My Journals</a><br /> <a href="http://www.zorpia.com/mygroups">My Groups</a><br /><a href="http://www.zorpia.com/login">My Events</a><br /> <a href="http://www.zorpia.com/gossip/myself_1">My Gossip Stories</a><br /><a href="http://www.zorpia.com/login">My Playlist</a><br /><a href="http://www.zorpia.com/login">My Forum Topics</a><br /> </li> <li><h3>Tools & Others</h3><a href="http://www.zorpia.com/login">My Homepage</a><br /><a href="http://www.zorpia.com/report/my_report">My Reports</a><br /><a href="http://www.download.com/Zorpia-Notifier/3000-12941_4-10671427.html?tag=lst-0-1">Zorpia Notifier</a><br /> <a href="http://www.zorpia.com/zorpia_box">Zorpia Box</a><br /> <a href="http://www.zorpia.com/info/gossip_api">Gossip API</a><br /> </li> <li><h3>Zorpia Sites</h3>International <br /> <a href="javascript:sel_lang('AU');">Australia</a> <br /> <a href="javascript:sel_lang('CA');">Canada</a> <br /> <a href="javascript:sel_lang('cn');">China</a> <br /> <a href="javascript:sel_lang('hk');">Hong Kong</a> <br /> <a href="javascript:sel_lang('in');">India</a> <br /> <a href="javascript:sel_lang('IE');">Ireland</a> <br /> <a href="javascript:sel_lang('me');">Middle East</a> <br /> <a href="javascript:sel_lang('NZ');">New Zealand</a> <br /> <a href="javascript:sel_lang('ZA');">South Africa</a> <br /> <a href="javascript:sel_lang('US');">United States</a> <br /> <a href="javascript:sel_lang('UK');">United Kingdom</a> <br /> </li> </ul> <div class="footer_invite"><a href="http://signup.zorpia.com/signup/invite_friends">Invite Friends</a></div> </div><br /><div class="clear"></div> <div class="footer_line"></div><div class="footer_bottom"> <span><a href="http://www.zorpia.com/help">Help</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/about_us">About Us</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/press">Press</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/jobs">Jobs</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/privacy">Privacy</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/legal_notice">Legal Notice</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/tos">Terms of Service</a></span><span>|</span> <span><a href="http://www.zorpia.com/info/contact_us">Contact Us</a></span><span>|</span> <span><a href="mailto:marketing@zorpia.com">Advertise on Zorpia</a></span> </div><br><br><div class="copyright">Copyright &copy; 2003-2010 Zorpia.com All rights reserved<br></div><div id="loadtimes">This page took 0.818017 seconds to load.</div><script type="text/javascript" src='http://static.zpcdn.com/js/site/timezone.js'></script> <!--[if lt IE 7]><script type="text/javascript" src="http://static.zpcdn.com/js/pngfix2.js"></script><![endif]--> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-148877-1"; _udn="none"; _ulink=1; urchinTracker(); </script> <input type='hidden' name=en_country_set value="CA"> <input type='hidden' name=zorpia_region3_flag value=""> <input type='hidden' name=user_ip_country value="en2"> <input type='hidden' name=user_real_region value=""> <input type='hidden' name=zorpia_region2_flag value=""> <input type='hidden' name=domain_setting value="en"> <input type='hidden' name=user_main_view value="en"> <input type='hidden' name=user_country value="Canada"> </div></div> </body> </html>