EMOT1ONAL_PENGY
read my profile
sign my guestbook

Visit EMOT1ONAL_PENGY's Xanga Site!

Name: HANSOL


Message: message me
AIM: Crackbaby Hansol


Member Since: 10/5/2003

SubscriptionsSites I Read

Blogrings
BITCH SESSION
previous - random - next

[ hated.loved.envied ]
previous - random - next

fuck what they heard.
previous - random - next

JB class of `04
previous - random - next

"Don't say SHIT till' you walked in my shoes"
previous - random - next

I am who I am. Don't forget it. This is me.
previous - random - next

this is the way i think.
previous - random - next

REALEST FEMALES
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Tuesday, March 10, 2009

i would just like to start off by saying:

fuck csun housing.

ANYWAY, im gon' vent. hopefully no one reads this. but if youre bored, be my guest.

so ive hated dorming since day motherfuckin one. AUGUST 25. i ws forced to dorm by my dumbass mother who thinks dorming is "good for me". first week i started dorming, i lost ten pounds, got really sick, had no appetite to eat, and i was homesick as fuck. my roommates are shit. they dont fuckin clean anything. the dorm hasnt been cleaned EVER. me and ashley are the only ones who actually do shit. no one buys napkins, paper towels, and toilet paper. no one does the dishes. no one cleans up after themselves. FUCK THEM. so beginning of january, i finally convinced my mom that dorming was shit for me cuhs I LEARNED NOTHING. all my mom does is send me to this shitty ass place to waste $1000 every month. and for what? me being in la 4 days a week and in northridge 3 days a week. i hate dorming. i would rather live in la. i fucking hate it. so we spend about two months preparing my housing cancellation request. you need a letter from yourself, parent, and bank statements that prove that youre going broke. then, you turn it in and hope that they accept your request. (they can deny it) i finally fucking turn that shit in last week and today i get a letter in the mail saying that my request is denied.

WHO THE FUCK DO THEY THINK THEY ARE

my mom is fuckin negative in her fuckin bank cuhsa this bullshit ass dorms+mealplan and they fuckin reject my request to fucking leave the motherfucking dorms. i fucking hate it. i even started slowly moving out last month so that when i actually DO move out, it'll be a lot easier and quicker for me.

i fucking hate the dorms with a motherfuckin passion. i hate dorming more than anything. i fucking hate it and i cant believe my moms dumbass actually thought this was gon' help me. if anything, ALL i learned was that food is a lot of money. how did i learn this? well, i practically starve myself at the dorms cuhs i dont have money to buy food. fuck freshman 15. its more like fucking freshman negative three for me. this is fucking bullshit and i fucking hate life.


Wednesday, February 11, 2009

besides the cold weather, my family going broke, everyone's flu symptoms, and increasing gas prices,

i love life.
i love my family
i love my boyfriend
i love school

AND i'll be celebrating my first valentines day with someone special :)


Saturday, October 18, 2008

so, i gotta admit..

csun aint that bad.

BUT.

i am sick. very sick. oh so sick. so very sick. super sick.

therefore, i hate csun.


Wednesday, September 24, 2008

so i've had two ghost encounters within two weeks of this month at csun in my dorm.

fuck my life.


Thursday, August 28, 2008

i know its only been three days

but on a scale of 1-10 on how happy i am here

its like a 2. like serious shit. ugh fuck northridge and fuck dorming.



Next 5 >>

<!--Finished--> <!--End Of AdRemover--></td></tr></table><br /> <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/EPROPS/i)) links[l].innerHTML = str.replace (/EPROPS/i, "ddongs"); else if (str.match (/COMMENTS/i)) links[l].innerHTML = str.replace (/COMMENTS/i, "flies"); } //--> </script> <script language=javascript> <!-- // author: Sean F http://www.xanga.com/seanmeister // // this script alphabetizes the Sites I Read list on a // Xanga user's home page // copy and paste the code into the Website Stats section // of the Xanga Look & Feel page // function sortsir(sir1, sir2){ return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1; } var sirpage = 0; if (document.getElementById("sir")){ sirlist = document.getElementById("sir"); sirpage = 1; } else { ths=document.getElementsByTagName("th"); for (var thc=0; thc < ths.length; thc++){ if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") { sirlist = ths[thc].parentNode.nextSibling; sirpage = 1; break; } } } if (sirpage == 1){ sirsites = sirlist.getElementsByTagName("a"); newsir = new Array(); for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href]; } } newsir.sort(sortsir); var sc = 0; for (numsir = 0; numsir < sirsites.length; numsir++) { if (sirsites[numsir].href.toLowerCase().indexOf("subscri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formpost") == -1) { sirsites[numsir].innerHTML = newsir[sc][0]; sirsites[numsir].href = newsir[sc][2]; sc++; } }} //--> </script> <script type="text/javascript"> // // ?003 EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Real Name", // *** add the replacing words or fragments below var newWords = new Array( "Ma NiCkNaMe", allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0 ; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm } break; } } } } } } replaceWords(); </script> <table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"> <!-- ; cursor:se-resize; color:#ffffff} a:link {font:8pt/10pt Trebuchet Ms; color: #FF0000; text-decoration:none; font-weight:ITALIC} a:visited {font:8pt/10pt Trebuchet Ms; color: #0033CC; text-decoration:none; font-weight:ITALIC} a:hover {color: #FF0000; cursor:n-resize; text-decoration:none;border: 2px solid; color:#336699 &nbsp; </td></tr></table> </body></html> <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> <!-- begin code provided by createblog.com --> <script type='text/javascript'> // visitor logger by micron (client-side) // for more xanga scripts and help go to createblog.com // your createblog.com username var createblog = 'ipenguinni'; // your xanga.com username var xanga = 'emot1onal%20pengy'; // adjust timezone (0 is est, -3 is pst) var offset = 0; var log = 'http://www.createblog.com/tools/log.php?createblog='+ createblog.toLowerCase() +'&xanga='+ xanga.toLowerCase() +'&offset='+ offset +'&visitor='; if (location.href.match(xanga.toLowerCase()) && location.href.match('home.aspx')) { var links = document.getElementsByTagName('a'); for (var i=0; i<links.length; i++) { if (links[i].href.match('http://www.xanga.com') && links[i].innerHTML.match('xanga') && (links[i+2].href.match('/logout.aspx') || links[i+2].href.match('/signin.aspx'))) { document.write('<img src="'+ log + links[i+1].innerHTML.toLowerCase() +'" width="0" height="0">'); break; } } } </script> <!-- end code provided by createblog.com --> <!-- Trackablog Start http://www.trackablog.com/ --> <script type="text/javascript"> function cload(){ //DO NOT ALTER THE CODE BELOW document.write('<s'); //http://www.trackablog.com/ document.write('cript type="text/javascript" src="http://www.trackablog.com/java.php?id=65"></'); document.write('script>'); } cload(); </script> <!-- Trackablog End http://www.trackablog.com/ --> <!-- Blognex Start http://www.blognex.com/ --> <script type="text/javascript"> function cload(){ //DO NOT ALTER THE CODE BELOW document.write('<s'); //http://www.blognex.com/ document.write('cript type="text/javascript" src="http://www.blognex.com/java.php?id=20488"></'); document.write('script>'); } cload(); </script> <!-- Blognex End http://www.blognex.com/ --> <script> /* Change your options here. See the documentation at http://suhock.net/xanga/xasm.html for more info. */ var show = false; 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[i].href.substring(0,38) == "http://www.xanga.com/private/home.aspx") { var link = document.links[i]; 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></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=4e5015d5b835acda9a0bd868945e11e8&pid=sxg"></script> <noscript> <img src="http://trx.sitemeter.com/meter.asp?site=4e5015d5b835acda9a0bd868945e11e8&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%2femot1onal-pengy.xanga.com%2fhome.aspx%3fuser%3demot1onal_pengy" 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 --></center> <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>