/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 42;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="- Andy Warhol";
body="Don't pay any attention to what they write about you. Just measure it in inches.";
}

if (quotes==1) {
title="- Andy Warhol";
body="I like boring things.";
}

if (quotes==2) {
title="- Andy Warhol";
body="I'm afraid that if you look at a thing long enough, it loses all of its meaning.";
}

if (quotes==3) {
title="- Andy Warhol";
body="My idea of a good picture is one that's in focus and of a famous person.";
}

if (quotes==4) {
title="- Andy Warhol";
body="They always say time changes things, but you actually have to change them yourself.";
}

if (quotes==5) {
title="- Andy Warhol";
body="I'm bored with that line. I never use it anymore. My new line is: In 15 minutes, everybody will be famous.";
}

if (quotes==6) {
title="- Andy Warhol";
body="A lady friend of mine asked me,'Well, what do you love most?' That's how I started painting money.";
}

if (quotes==7) {
title="- Andy Warhol";
body="I love Los Angeles. I love Hollywood. They're beautiful. Everybody's plastic, but I love plastic. I want to be plastic.";
}

if (quotes==8) {
title="- Andy Warhol";
body="Making money is art and working is art and good business is the best art.";
}

if (quotes==9) {
title="- Andy Warhol";
body="Why do people think artists are special? It's just another job.";
}

if (quotes==10) {
title="- Andy Warhol";
body="Uh, gee, great.";
}

if (quotes==11) {
title="- Andy Warhol";
body="I always think I don't do the first one good, so I try to do it more.";
}

if (quotes==12) {
title="- Diane Arbus";
body="A photograph is a secret about a secret. The more it tells you the less you know.";
}

if (quotes==13) {
title="- Diane Arbus";
body="I always thought of photography as a naughty thing to do - that was one of my favorite things about it, and when I first did it, I felt very perverse.";
}

if (quotes==14) {
title="- Diane Arbus";
body="I never have taken a picture I've intended. They're always better or worse.";
}

if (quotes==15) {
title="- Diane Arbus";
body="I really believe there are things nobody would see if I didn't photograph them.";
}

if (quotes==16) {
title="- Diane Arbus";
body="I work from awkwardness. By that I mean I don't like to arrange things. If I stand in front of something, instead of arranging it, I arrange myself.";
}

if (quotes==17) {
title="- Diane Arbus";
body="Love involves a peculiar unfathomable combination of understanding and misunderstanding.";
}

if (quotes==18) {
title="- Diane Arbus";
body="Most people go through life dreading they'll have a traumatic experience. Freaks were born with their trauma. They've already passed their test in life. They're aristocrats.";
}

if (quotes==19) {
title="- Diane Arbus";
body="My favorite thing is to go where I've never been.";
}

if (quotes==20) {
title="- Diane Arbus";
body="Nothing is ever the same as they said it was.";
}

if (quotes==21) {
title="- Diane Arbus";
body="Regardless of how you feel inside, always try to look like a winner. Even if you are behind, a sustained look of control and confidence can give you a mental edge that results in victory.";
}

if (quotes==22) {
title="- Diane Arbus";
body="The more specific you are, the more general it'll be.";
}

if (quotes==23) {
title="- Diane Arbus";
body="The thing that's important to know is that you never know. You're always sort of feeling your way.";
}

if (quotes==24) {
title="- Diane Arbus";
body="When you grow up your mother says, 'Wear rubbers or you'll catch cold.' When you become an adult you discover that you have the right not to wear rubbers and to see if you catch cold or not. It's something like that.";
}

if (quotes==25) {
title="- Man Ray";
body="A creator needs only one enthusiast to justify him.";
}

if (quotes==26) {
title="- Man Ray";
body="All critics should be assassinated.";
}

if (quotes==27) {
title="- Man Ray";
body="An original is a creation motivated by desire. Any reproduction of an original is motivated by necessity. It is marvelous that we are the only species that creates gratuitous forms. To create is divine, to reproduce is human.";
}

if (quotes==28) {
title="- Man Ray";
body="Don't put my name on it. These are simply documents I make.";
}

if (quotes==29) {
title="- Man Ray";
body="I paint what cannot be photographed, that which comes from the imagination or from dreams, or from an unconscious drive.";
}

if (quotes==30) {
title="- Man Ray";
body="I photograph the things that I do not wish to paint, the things which already have an existence.";
}

if (quotes==31) {
title="- Man Ray";
body="It has never been my object to record my dreams, just the determination to realize them.";
}

if (quotes==32) {
title="- Man Ray";
body="Of course, there will always be those who look only at technique, who ask 'how', while others of a more curious nature will ask 'why'. Personally, I have always preferred inspiration to information.";
}

if (quotes==33) {
title="- Man Ray";
body="One of the satisfactions of a genius is his will-power and obstinacy.";
}

if (quotes==34) {
title="- Man Ray";
body="To me, a painter, if not the most useful, is the least harmful member of our society.";
}

if (quotes==35) {
title="- Marcel Duchamp";
body="Chess can be described as the movement of pieces eating one another.";
}

if (quotes==36) {
title="- Marcel Duchamp";
body="I am interested in ideas, not merely in visual products.";
}

if (quotes==37) {
title="- Marcel Duchamp";
body="I am still a victim of chess. It has all the beauty of art - and much more. It cannot be commercialized. Chess is much purer than art in its social position.";
}

if (quotes==38) {
title="- Marcel Duchamp";
body="I don't believe in art. I believe in artists.";
}

if (quotes==39) {
title="- Marcel Duchamp";
body="I have forced myself to contradict myself in order to avoid conforming to my own taste.";
}

if (quotes==40) {
title="- Marcel Duchamp";
body="Living is more a question of what one spends than what one makes.";
}

if (quotes==41) {
title="- Marcel Duchamp";
body="The individual, man as a man, man as a brain, if you like, interests me more than what he makes, because I've noticed that most artists only repeat themselves.";
}

document.write('<div style=" width: 660px; text-align: right">');
document.write('<i>'+ body +'</i><br>');
document.write('' + title + '');
document.write('</div>');

