﻿/*
Tip of the day script
By JavaScript Kit (http://javascriptkit.com)
Over 200+ free scripts here!
http://www.javascriptkit.com/script/script2/tipday.shtml
*/
 /*haikus at http://archive.salon.com/21st/chal/1998/02/10chal2.html */

var today_obj=new Date()
var today_date=today_obj.getDate()

var tips=new Array()


tips[1] = "<br>Three things are certain:<br>Death, taxes, and lost data.<br>Guess which has occurred.<br>-- David Dixon";
tips[2] = "<br>Something you entered<br>transcended parameters<br>So much is unknown.";
tips[3] = "<br>Seeing my great fault<br>Through darkening blue windows<br>I begin again<br>-- Chris Walsh";
tips[4] = "<br>The code was willing,<br>It considered your request,<br>But the chips were weak.<br>-- Barry L. Brumitt";
tips[5] = "<br>Your file is so big<br>It might be very useful.<br>But now it is gone.";
tips[6] = "<br>Chaos reigns within.<br>Reflect, repent, and reboot.<br>Order shall return.<br>-- Suzie Wagner";
tips[7] = "<br>wind catches lily<br>scatt'ring petals to the wind:<br>segmentation fault<br>-- Nick Sweeney";
tips[8] = "<br>Aborted effort:<br>Close all that you have.<br>You ask way too much.<br>-- Mike Hagler";
tips[9] = "<br>First snow, then silence.<br>This thousand dollar screen dies<br>so beautifully.<br>-- Simon Firth";
tips[10] = "<br>With searching comes loss<br>and the presence of absence:<br>“My Novel” not found.<br>-- Howard Korder";
tips[11] = "<br>The Tao that is seen<br>Is not the true Tao, until<br>You bring fresh toner.<br>-- Bill Torcaso";
tips[12] = "<br>The Web site you seek<br>cannot be located but<br>endless others exist<br>-- Joy Rothke";
tips[13] = "<br>Stay the patient course<br>Of little worth is your ire<br>The network is down<br>-- David Ansel";
tips[14] = "<br>A crash reduces<br>your expensive computer<br>to a simple stone.<br>-- James Lopez";
tips[15] = "<br>There is a chasm<br>of carbon and silicon<br>the software can't bridge<br>-- Rahul Sonnad";
tips[16] = "<br>Seeing my great fault <br>Through darkening blue windows <br>I begin again. ";
tips[17] = "<br>Yesterday it worked<br>Today it is not working<br>Windows is like that<br>-- Margaret Segall";
tips[18] = "<br>To have no errors<br>Would be life without meaning<br>No struggle, no joy<br>-- Brian M. Porter";
tips[19] = "<br>You step in the stream,<br>but the water has moved on.<br>This page is not here.<br>-- Cass Whittington";
tips[20] = "<br>This site uses frames <br>And yet your browser does not. <br>One of these will change.";
tips[21] = "<br>Out of memory.<br>We wish to hold the whole sky,<br>But we never will.<br>-- Francis Heaney";
tips[22] = "<br>Having been erased,<br>The document you're seeking<br>Must now be retyped.<br>-- Judy Birmingham";
tips[23] = "<br>The ten thousand things<br>How long do any persist?<br>Netscape, too, has gone.<br>-- Jason Willoughby";
tips[24] = "<br>Rather than a beep<br>Or a rude error message,<br>These words: “File not found.”<br>-- Len Dvorkin";
tips[25] = "<br>Serious error.<br>All shortcuts have disappeared.<br>Screen. Mind. Both are blank.<br>-- Ian Hughes ";
tips[26] = "<br>I'm sorry, there's -- um --<br>insufficient -- what's-it-called?<br>The term eludes me ...<br>-- Owen Mathews";
tips[27] = "<br>Printer not ready.<br>Could be a fatal error.<br>Have a pen handy?<br>-- Pat Davis";
tips[28] = "<br>Errors have occurred.<br>We won't tell you where or why.<br>Lazy programmers.<br>-- Charlie Gibbs";
tips[29] = "<br>Server's poor response<br>Not quick enough for browser.<br>Timed out, plum blossom.<br>-- Rik Jespersen";
tips[30] = "<br>Login incorrect.<br>Only perfect spellers may<br>enter this system.<br>-- Jason Axley";
tips[31] = "<br>Something you entered<br>transcended parameters.<br>So much is unknown.<br>Salon.com";



