var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "When chosing colors for you site, rty to use contrasting, but not clashing colors!";
msg[2] = "Web-safe colors are the best to use when building a website!";
msg[3] = "Make sure you have your website's keywords in your content!";
msg[4] = "Documents written to be read online must be concise and structured for scanning!";
msg[5] = "Content is truly king, the fresher the content the better the site!";
msg[6] = "Writing effective web copy begins with an understanding of what the goals of your web site are!";
msg[7] = "A web designer takes into account the web's purpose and audience!";
msg[8] = "Probably the best thought I've ever heard on this subject is 'people buy on emotion and justify it with logic'!";
msg[9] = "Make it fast to load, and easy to use!";
msg[10] = "Web designers must always be considerate of the consumer!";
msg[11] = "THE FIRST STEP in designing any Web site is to define your goals!";
msg[12] = "The fundamental organizing principle in Web site design is meeting users' needs!";
msg[13] = "DEVELOP, IMPLEMENT, and EVALUATE!";
msg[14] = "Achieving ease of use is essential for any site competing for business on the Web!";
msg[15] = "Don't Go Overboard on Special Effects!";
msg[16] = "Does website design make a difference in how long people will visit your website or if they'll stay and shop? You bet!";
msg[17] = "In general, more than one animation per page is excessive!";
msg[18] = "The single most important step before you begin designing your website is defining the structure and purpose of your site!";
msg[19] = "Lead your viewers to the starting point and then direct them through your site without confusing them!";
msg[20] = "Select a Domain Name that Reflects Your Web Site, and uses your keyword(s)";
msg[21] = "Use the simplest coding method available!";
msg[22] = "Your inbound links are one of the most important ways of getting yourself known in your field, generating traffic to your website, and influencing the search engines to notice your site!";
msg[23] = "Submitting you site to search engines ensures that your site gets seen!";
msg[24] = "Keyword density is very important, use you keywords throughout your site to get the search engines' attention!";
msg[25] = "Know your target audience, and the product you're trying to show them!";
msg[26] = "HAve diferent content on each page, don't repeat!";
msg[27] = "The idea to good website design is to offer your viewer a logical flow while making it interesting and easy to understand!";
msg[28] = "Make your site visually pleasing... to the consumers!";
msg[29] = "KIS: Keep it Simple!";
msg[30] = "Search engines are looking for unique and useful content - information that is accurate and important to the people interested in that field!";
msg[31] = "Keep the flashy effects to a minimum, it distracts from the goals of your site, and could frustrate viewers!";

function writeTip() { 
document.write(msg[today]);
}