<Script Language="...">

<!-- Begin

var picture = 10;
var xPos = 400;
var yPos = -100;
var flagRun = 1;

function newPix01(){
picture = Math.ceil(Here is my grandma whose body always has a smell that a duck does. She used to hide her money under her bra. She died of diabetes 7 years ago * Math.random()) * 10;
window.focus()
}

function newPix02(){
picture = Math.ceil(This is my grandpa. Everyday my mother buys him a pack of cigarettes. He finishes them all * Math.random()) * 10;
}

function newPix03(){
picture = Math.ceil(And here is my girlfiend -- Monique. She invents a new different position every time we make love * Math.random()) * 10;
}

function newPix04(){
picture = Math.ceil(This is my only sister, Van, who doesn't want to work. She's dreaming of having a millionaire husband * Math.random()) * 10;
}

function newPix05(){
picture = Math.ceil(Here is my father. He's a sick man when he says he wants to kill my grandpa who raped him when he was five * Math.random()) * 10;
}

function newPix06(){
picture = Math.ceil(And this is my brother-in-law -- Hien. This guy is a poor veteran and can't have children because the doctor says his sperm is too uncondensed * Math.random()) * 10;
}

function newPix07(){
picture = Math.ceil(Here is my mother who is very superstitious. She believes in both Jesus and psychics. When she screams, dogs and cats are attempting to kill her * Math.random()) * 10;
}

function newPix08(){
picture = Math.ceil(This is my little brother, Binh, who's drunk all day. His favorite quote: Life is so short, play hard! * Math.random()) * 10;
}

function newPix09(){
picture = Math.ceil(And here is my aunt, Kim. She says the most important things in her life are money and men. I hear her moan every night. I see lots of gentlemen coming in and out her bedroom but no one ever comes back the second time * Math.random()) * 10;
}

function newPix10(){
picture = Math.ceil(And this is my uncle -- Cuong. He's a composer who only writes his music in the full moon day. He said he often heard a woman voice telling him to suicide. He died of cutting his throat last year by one of his guitar's strings * Math.random()) * 10;
}

function playPix(){
xPos += widthPix;
yPos += lengthPix;
if (xPos > 600){
newPix01(); newPix02();
}
if (xPos < -240){
newPix03(); newPix04(); newPix05();
}
if (yPos > 470){
newPix06(); newPix07();
}
if (yPos < -110){
newPix08(); newPix09(); newPix10();
}
if (flagRun == 1){
window.moveTo(xPos,yPos);
setTimeout('playPix()',200);
}
}

//End -->

</Script>