var todays_obj=new Date()
var todays_date=todays_obj.getDate()

var tip=new Array()

tip[0]='Add this to your Website!'

tip[1]='Freshness is next to Godliness. Sean Alsobrooks, Mightybox.com'

tip[2]='Unrelated advertisements on your web site provide distractions to your viewers. If you are selling BMW&#8217;s then it is generally not a good idea to show an advertisement for herbal Viagra. Ross Dunn, CEO Stepforth.com'

tip[3]='Try to use colors, styles and fonts that complement each other.'

tip[4]='Avoid using excessively large graphics on your site.'

tip[5]='Try to have a consistent theme throughout your entire site.'

tip[6]='Avoid using too many animations on your site.'

tip[7]='KISS Your Customers If You Want Them Back: Keep It Simple, Stupid. Bryan Eisenberg Clickz.com'

tip[8]='Make your first impression count.'

tip[9]='Site navigation should be a simple thing.'

tip[10]='Are your pages upside down? Put the most important stuff at the top of the page. Patrick Lynch, VisualLogic'

tip[11]='Use Spell Check.'

tip[12]='Effective web site design is dedicated to getting people the information they want in a simple way, rather than trying to distract them with cool effects. Grantasticdesigns'

tip[13]='There&#8217;s nothing like the right choice of colors to make a Web page work. And nothing like the wrong colors to spoil your content. Vaishali Singh of CareerCommunity.Com Ltd'

tip[14]='Learn (at least) some basic HTML.'

tip[15]='Surveys have shown that corporate image materials such as letterhead,  envelopes, and business cards are more important to conveying a company&#8217;s  prestige than how long it has been in business, headquarter location, charitable activities, or it&#8217;s number of employees. Only a  company&#8217;s annual report conveys more prestige. ABC Logo Design'

tip[16]='Use flying text sparingly - if at all.'

tip[17]='There are many choices to consider when deciding the logo that best fits the image of your company. Never limit yourself to one option. It can be very easy to see an image you personally like and think it would look attractive in one format without giving thought to how it will look everywhere else. In the end, it&#8217;s not about what you want your logo to look like; how your audience will perceive your logo is more important. Grantasticdesigns'

tip[18]='Balance is when everything fits together into a recognizable whole, but at the same time there is enough variety to keep things interesting. Charlie Morris, Good Page, Bad Page'

tip[19]='Not all Graphic Designers are created equal - do your research!'

tip[20]='Less is More.'

tip[21]='Learn to look deeper. Janine Horak VisualAccentsDesign.com'

tip[22]='Good design is like a good diamond - color, clarity and carat(balance/weight) seamlessly integrate into a brilliant whole. Janine Horak, VisualAccentsDesign.com'

tip[23]='Content is king.'

tip[24]='Radical SIMPLICITY rules. Erik Adigard, HotWired designer emeritus'

tip[25]='Look around, take some tips from the Master Designer.'

tip[26]=' Punch the viewer right in the eye. Eric Eaton, Hotwired Senior Designer'

tip[27]='A professionally designed logo is a one-time expense that will reap benefits for the life of your business. ABC Logo Design'

tip[28]='When all else fails - take a break!'

tip[29]='Limit your use of fonts to an ABSOLUTE MAXIMUM of 3 different fonts per page.'

tip[30]='The most important aesthetic consideration for your site is transmission speed. If it takes too long to download, go back to the drawing board. Barbara Kuhr, Creative Director of The Asylum'

tip[31]='You have three seconds to convince a user not to use the Back button. Three seconds. So, get something on the screen immediately, and make it really interesting. Jeffrey Veen, HotWired Executive Interface Director'

//Last tip
lasttip = 31

var whichtip=todays_date

if (whichtip > lasttip) {
whichtip=Math.floor(Math.random()*(tip.length))
}


title='Visual Accents Design Tip of the Day'

function regular() {
document.write( tip [whichtip] )
}

regular();

