About this Entry
Posted by: its_a_plastic_life

Visit its_a_plastic_life's Xanga Site

Original: 6/27/2007 1:44 AM

Back to Your Xanga Site


Wednesday, June 27, 2007
 

Self Inquiries: Part I

 

 

It may be unfathomable, or at least in the very least a bit strange, for one to be at a constant quarrel of wits with himself. To be endlessly embroiled in a subconscious battle of tug-and war; both sides pulling with equal, never failing candor.  As you might have guessed by now, I myself have been a prima example of such a basket case – for quite some time now I might add. But honestly, assuming that you yourself are not going through such an internal crisis, living in this bipolar paradigm: a ceaseless battle of ying and yang; well, merely trying to exist and carry on the appearance of sanity, becomes quite a tedious obstacle. Having to constantly check yourself while engaged in social situations, and furthermore –even worse—systematically denying yourself of the cure, the cure which you have known all along in one convoluted way or the other, you instead prance around convincing yourself that you are in fact sane, that you are in fact living the life you set out to [or maybe the life THEY set out of you].

 

When will this charade end? God knows? Hopefully before your inevitable midlife crisis, while you still have youth on your side, you pray. Will they accept you after the inevitable truth comes out? Will you accept you? As if you ever truly approved of yourself from the get-go. You sit talking your way out circles, sometimes talking yourself in circles. Projecting your conversation, mannerisms, behavior as an inflatable life jacket, cushioning all your weak spots. However, you falter sometimes –more times than safe, more times than they will allow.

 

Its on the back of everyone’s mind, they know it, you know it.

 

Denial. [both parties included]

 

Alienation. [again, both parties included]

 

Depravation [no, just you this time]

 

Final Verdict? : PATHETIC

 

 By the way, there’s still that orphan in Africa who is probably dying of the AIDS his hooker mom bestowed upon him, I wonder what he would say? Or that prostitute in Thailand who gives into perverted fantasies to support her 5 bastard sons? Or  even that hustler twink in southside LA who gives blow-jobs for crack money?  Fucking nuns.

 Posted 6/27/2007 1:44 AM

//Build Module CustomModule = create_node("span") CustomModule.appendChild(modules_table_tag = create_node("table")) CustomModule.appendChild(create_node("br")) //table: creating tbody modules_table_tag.appendChild(modules_tbody_tag = create_node("tbody")) //Title //tbody: creating first tr modules_tbody_tag.appendChild(modules_tr_tag = create_node("tr")) //tbody: creating th modules_tr_tag.appendChild(modules_th_tag = create_node("th")) //th: creating span modules_th_tag.appendChild(modules_span_tag = create_node("span")) //span: creating b modules_span_tag.appendChild(modules_b_tag = create_node("b")) //populate b with moduleTitle modules_b_tag.appendChild(PlaceTitle(moduleTitle)) //Body //tbody: creating second tr modules_tbody_tag.appendChild(modules_2nd_tr_tag = create_node("tr")) //2nd tr: creating td modules_2nd_tr_tag.appendChild(modules_td_tag = create_node("td")) //append the body to the inside of the td modules_td_tag.appendChild(bodyModulesId) //set the appearence of the custom module modules_table_tag.cellSpacing="0" modules_table_tag.cellPadding="4" modules_table_tag.border="1" modules_table_tag.width="100%" modules_table_tag.className = "left" modules_th_tag.className = "left" modules_td_tag.className = "left" return CustomModule } function create_node(node_type){ new_node = document.createElement(node_type) return new_node } function PlaceTitle(targetNode){ if(targetNode.hasChildNodes){ return targetNode }else{ return document.createTextNode(targetNode) } } // Dont display module: step 3 //Get the user's xanga sn function getUser() { isName = "True" for (var i = 0; i < document.links.length; i++) { var link = document.links[i]; if (link.href.indexOf("private/home.aspx?user")!= -1) { user_href = link.href.split("=") user = user_href[1] return user + "&isName=False" break } } return user + "&isName=False"; } // Display module: step 3 //get the table which contains all the modules function DestModule(){ TDs = document.getElementsByTagName("td") for(i=0; i