Grasping at straws: the eye of the beholder
23.02.12
It was truly a reign of terror. Arms poked forth from potted plants, reaching desperately toward the ceiling. Heads congregated under the dining room table, hair knotted and tangled. Limbs and torsos were hidden under beds, in kitchen drawers and in bathroom cabinets.
My sister and I had been playing Barbies again.
Why, exactly, we thought it would be fun to dismember the dolls and leave the pieces lying around the house is beyond me. (If I remember correctly, we were trying to freak our parents out. I'm pretty sure it worked.)
But we never really thought about the doll objectively, at least, when we were kids. Our Barbies went swimming with us, were sent flying down hills on sleds and often tragically lost their limbs. I used to think we were just strange, but many of my friends share similar experiences with their Barbie dolls. Nobody, it seems, plays with the dolls the way you're supposed to, at least according to the commercials (i.e. dressing them over and over again).
Source: The Duquensne Duke
Interview: David Lynch
23.02.12
Function getAdCookie(name) {
var regex = new RegExp(name + "=(.*?)(; |&|$)", "gi");
var value = regex.exec(document.cookie);
if (value && value.length == 3) {
value = value[1];
} else {
value = "";
}
return value;
}
function getFrameDocument(fr) {
var doc = fr.contentWindow || fr.contentDocument;
if (doc && doc.document) {
doc = doc.document;
}
return doc;
}
function closeDoc(doc) {
doc.close();
}
function closeOpenDocuments(openDocs) {
for (var i=0;i < openDocs.length; i++) {
closeDoc(getFrameDocument(document.getElementById(openDocs[i])))
}
}
function isIE()
{
return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent);
}
function setHash (element, hash) {
if(element.hash) {
element.hash = element.hash + "," + hash;
} else {
element.hash = hash;
}
}
function renderIFAd(holderID, adID, srcUrl, width, height, hash) {
setHash(document.getElementById(holderID), hash);
document.dcdAdsR.push(adID);
if (ie) {
var sizePart = srcUrl.substring(srcUrl.indexOf("sz=")+3);
sizePart = sizePart.substring(0, sizePart.indexOf(";"));
var multiSizes = sizePart.split(",");
var minSize = multiSizes[0];
if (multiSizes.
Source: Sydney Morning Herald