var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "If your site isn't gaining in popularity you can improve its standing by focusing on different keywords.";
msg[2] = "Don't submit your site to engines over and over. Instead of improving your ranking, you could actually hurt it. Submitting your URLs once a month is good enough, unless you made substantial changes.";
msg[3] = "Content Is King! It's not just a statement, it's a fact. Lots of unique, pertinent content on your site that you update or add to consistently, drastically improves your search engine rankings.  The higher your ranking, the more traffic your site gets.";
msg[4] = "Definitely submit your URLs to Yahoo and DMOZ. Both these directories are used by major search engines and will improve your popularity.";
msg[5] = "Keep your site's focus limited to one topic. You will have greater success with major engines.  Multiple topics on one site requires paid services to be successful.";
msg[6] = "Submitting your site to search engines early morning or late evening may produce better results.  During the day, engines are swamped with an overload of site submissions.";
msg[7] = "Spend quality time to optimize and build your site: 90% of your traffic will come from major search engines.";
msg[8] = "You can submit your site to FFA and FFA Networks every day. Remember only 1 URL at a time. Use a junk email address to avoid spamming your inbox.";
msg[9] = "Insert Meta Tags in all your pages.  Even though some search engines don't look at these, others will.  Besides Meta Tags can only improve your site, not hurt it.";
msg[10] = "When you submit your site to Yahoo and Dmoz be sure to select the category that best describes your business.  You may have to go several layers deep to find your site's category.";
msg[11] = "Don't make your web page title longer than 60 characters.  Some search engines may ignore this or only read up to the first 60 characters and truncate the rest.";
msg[12] = "Only use keywords in your Meta Tag that you actually use in your site's content.  Additional keywords in your tags may be considered spamming by some search engines and your site won't be indexed.";
msg[13] = "Increase your site's popularity by describing images and links that appear in your web pages.";
msg[14] = "Improve your site's ranking by getting links from sites with higher rankings than yours and that are listed on the same search engines as your site.";
msg[15] = "Content Is King! It's not just a statement, it's a fact. Lots of unique, pertinent content on your site that you update or add to consistently, drastically improves your search engine rankings.  The higher your ranking, the more traffic your site gets.";
msg[16] = "A lot of search engines won't scan the entire web page.  Therefor it's best that you place your most important content at the top of your page so that it is included in the search engine listing.";
msg[17] = "Match the Description and Keywords Tags as closely as possible to the real contents of your site to improve your site's popularity.";
msg[18] = "Google and other major search engines will give your site a higher ranking when you have lots of links.  Be careful!  Only use highranking relevant links to your site or the results won't be there.";
msg[19] = "Use a URL that describes your website. Include keywords in the URL when possible.  Stay away from hyphens or dashes in your URL's name.";
msg[20] = ".com is the most popular URL extension on the net. Use it as your URL's extension whenever possible.  If not, .net is the next most popular extension to use.";
msg[21] = "Have an opt in box on every page of your site.  Place the opt in box in the same spot on each page to avoid distraction and confusion.";
msg[22] = "This Hurts My Eyes! It's true, some sites are just overbearing with color combinations. Keep it to a minimum.  Too much color distracts and is indeed painful on the eyes.  Best colors to use: blue, red, green, black and orange.  Use the same theme throughout your site.";
msg[23] = "Track, track, track. Use a reliable tracking/testing tool to evaluate your site. It's the only way to discover what pages your visitors look at and what they click on. Tracking allows you to improve your website's performance and sales.";
msg[24] = "Once you've built an opt in list, no matter how small, email questions to your list asking them what it is they need help with.  Then supply the help and watch your sales go through the roof.";
msg[25] = "Add as much original content to your website as possible.  Original means content you write yourself.  Search engines prefer original content over flooded content. Your site will rank higher and receive more credibility.";
msg[26] = "Submit all your important web pages to search engines, not just your main site. This will improve your chances of surfers finding your site as well as give you a better ranking.";
msg[27] = "Add different Meta Tags to every page in your site, designed specifically for that page. Use different keywords for each page. Include a specific <title> </title> tag for each page in your site.";
msg[28] = "There are no magic pills to making a website successful. Effort, time, commitment, persistence and above all patience are the only ingredients that make a site successful in the long run.";
msg[29] = "Target your market. Don't try to sell the entire world. There's plenty of fish in the ocean. Focus your site and your product to a specific group of people. You'll have a much higher ROI (return on investment).";
msg[30] = "Up selling and backend selling are two powerful selling strategies you can use to drastically increase your overall sales revenue. Just make sure the up sell and backend product is related to your original sales product.";
msg[31] = "Giving free stuff is a great way to collect subscribers' information as long as what you're giving away is related to your site and is of great value to the subscriber.";

function writeTip() { 
document.write(msg[today]);
}
writeTip();