q=new Array(60);

q[0]="Winners never quit & quitters never win!!";

q[1]="Winners do not do different things, they do things differently!!";

q[2]="World is like a book. Those who do not travel read only a page!!";

q[3]="Don\'t try to run from the past. It is always behind you!!";

q[4]="Most of us can read the writing on wall. We just assume it\'s addressed to someone else!!";

q[5]="Suicide is a way of saying to God,\"You can\'t fire me, I quit!!\"";

q[6]="Minds are like parachutes. They only function when they are open!!";

q[7]="Nothing is impossible in this world. The world itself says \'i-m-possible\'!!";

q[8]="It\'s not whether you get knocked down, it\'s whether you get up!!";

q[9]="If you can\'t be with the one you love, love the one you\'re with!!";

q[10]="Hearts will never be practical until they can be made unbreakable!!";

q[11]="Don\'t go where the path may lead. Go instead where there\'s no path and leave a trail!!";

q[12]="No one can make you feel inferior without your consent!!";

q[13]="Nothing is more common than unsucessful people with talent!!";

q[14]="Failing is not a crime but lack of effort is!!";

q[15]="Even a stopped clock is right twice a day!!";

q[16]="Motivation is what gets you started. Habit is what keeps you going!!";

q[17]="Everyone thinks of changing the world but no one thinks of changing himself!!";

q[18]="I felt sorry for myself because I had ragged shoes until I met a man who had no feet!!";

q[19]="Success is never ending. Failure is never final!!";

q[20]="It is very easy to criticize but difficult to applaud!!";

q[21]="Success comes before work only in the dictionary!!";

q[22]="It\'s better to be prepared for an opportunity & not have one than to have an opportunity and not be prepared for it!!";

q[23]="Never be afraid of shadows, they always tell there\'s some light nearby!!";

q[24]="People seldom notice old clothes if you wear big smile!!";

q[25]="All the world is a stage. Some of us just have better seats!!";

q[26]="Temper is a valuable asset, try not to lose it!!";

q[27]="It\'s better to die for something than to live for nothing!!";

q[28]="Experience is a hard teacher because she gives the test first, the lesson afterwards!!";

q[29]="Success is getting what you want. Happiness is wanting what you get!!";

q[30]="To the world you might be one person, but to one person you might be the world!!"; 

q[31]="It's never too late to be who you might have been!!";

q[32]="It is better to light a candle in the dark than to curse the darkness!";

q[33]="Don't walk as if you rule the world... But walk as if you don't care who rules the world. That's called ATTITUDE!!";

q[34]="Your attitude determines your altitude!!";

q[35]="Leisure is a beautiful garment but it will not do for constant wear!!!";

q[36]="Don't just do enough to get by...do enough to get ahead!!!";

q[37]="Truth exists. Only lies are invented!!!";

q[38]="Until you are ready to look foolish, you'll never have possibility of being great!!!";

q[39]="Don't be afraid of opposition. Remember, a kite rises against and not with the wind!!!";

q[40]="Speak less to people whom you love most. Because if they can't understand your silence, they can't understand your words!!!";

q[41]="Everybody wants to go to heaven but nobody wants to die!!!";



var rand_a=Math.floor(Math.random()*42)+1;
var rand_b=rand_a-1;


function auto()


{

document.write("<table border=1 align=center><tr><td width=175 height=200 align=center>");
document.write("<font face=verdana size=1 color=red>");
document.write("<b>QUOTABLE QUOTES</b></font><br>");
document.write("<font size=1 face=verdana color=black>provided by</font><br>");
document.write("<font size=1 face=verdana color=black><b><a href='http://www.webstudiosjs.com/' target=_blank>webStudiosJS.com</a></b></font><br>");
document.write("<font face=verdana size=1 color=black>an internet solutions provider</font><br><br>");

a=(window.location);

if(a=="http://www.webstudiosjs.com/quotes1.html")

{
document.write("<font face=verdana color=red size=2>");
document.write("<b>");
document.write (q[rand_b]);
document.write("</b>");
document.write("</font>");
}

else
{
document.write("<font color=red face=verdana size=2><b>");
document.write("SORRY!! YOU DON'T HAVE VALID PERMISSIONS TO VIEW QUOTABLE QUOTES!!!");
document.write("</b></font>");
}


document.write("</td></tr></table>");
}







function button()


{

document.write("<table border=1 align=center><tr><td width=175 height=200 align=center>");
document.write("<font face=verdana size=1 color=red>");
document.write("<b>QUOTABLE QUOTES</b></font><br>");
document.write("<font size=1 face=verdana color=black>provided by</font><br>");
document.write("<font size=1 face=verdana color=navy><b><a href='http://www.webstudiosjs.com/' target=_blank>webStudiosJS.com</a></b></font><br>");
document.write("<font face=verdana size=1 color=black>an internet solutions provider</font><br><br>");
document.write("<font face=verdana color=navy size=2>");
document.write("<b>");

a=(window.location);

if(a=="http://www.webstudiosjs.com/quotes2.html")

{
document.write (q[rand_b]);
document.write("</b>");
document.write("</font>");
document.write("<form><input type='button' value='Another Quote' onclick='location.reload(true)'> </form>");

document.write("</td></tr></table>");
}



else


{
document.write("<font color=red face=verdana size=2><b>");
document.write("SORRY!! YOU DON'T HAVE VALID PERMISSIONS TO VIEW QUOTABLE QUOTES!!!");
document.write("</b></font>");
document.write("</td></tr></table>");
}

}