

theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + theDate.getYear();

var numquotes = 31;
quotes = new Array(numquotes+1);

quotes[1] = "Where is the box I'm supposed to be thinking inside of?";
quotes[2] = "Looking for a great WordPress template? Try either themeforest.net or freewordpressthemes4u.com.";
quotes[3] = "You can always find me by googling my name. Does your business have that kind of exposure? Enlarge your footprint.";
quotes[4] = "There is no substitute for talent. Never Was. Never will be.";
quotes[5] = "Don't forget to follow the development blog at www.jameshandworldwide.com.";
quotes[6] = "Good website design begins with a thorough understanding of exactly what the client wants, as well as needs.";
quotes[7] = "50 plus websites, hundreds of intranet pages, various internet applications, I'm starting to loose track.";
quotes[8] = "Don't forget to follow the development blog at www.jameshandworldwide.com.";
quotes[9] = "If you need any links, you should check out the Ultimate Links List (ULL) on the main site. Constantly updated with fresh stuff.   Don't waste time looking elsewhere.";
quotes[10] = "Everyone says they can think outside the box. I can't find the box.";
quotes[11] = "Your requirements + my ideas + my experience = guarantied success.";
quotes[12] = "Maximize your sites' exposure by contacting me here at jameshandus@gmail.com.";
quotes[13] = "I have designed numerous sites (since 1998) using current tools and technology available at the time.";
quotes[14] = "The total number of sites developed thus far exceeds 50.";
quotes[15] = "Your site can be added to the list of successful sites I've already created.";
quotes[16] = "We can provide a complete turnkey solution for all your web needs.";
quotes[17] = "My HTML tools of choice are simple text editing programs such as NotePad and Super NoteTab.";
quotes[18] = "I can utilize, modify, and create almost all types of website templates.";
quotes[19] = "Increasing your web presence is my primary goal because that results in a better Return-On-Investment for you.";
quotes[20] = "Cross-linking between pages of your website to provide more links to most important pages can improve it's visibility.";
quotes[21] = "I also employ Image Search Optimization (ISO) techniques, organizing the content of your webpage/website to increase relevance to a specific keyword on image search engines.";
quotes[22] = "We employ valid Search Engine Optimization (SEO) techniques that improve the visibility of your web site in search engines via the natural or un-paid search method.";
quotes[23] = "Having a  positive attitude is great, but hard work and dedication are what it takes to get things done.";
quotes[24] = "I offer each client a complete Site Maintenance Agreement which ensures priority status whenever additional changes are requested.";
quotes[25] = "Having a  positive attitude is great, but work is what get's the job done.";
quotes[26] = "Note that I'm familiar with multiple SEO strategies that can be used at any time, either separately, or in combination.";
quotes[27] = "Hope you are enjoying the sites. Better yet, contact me so you can GET NOTICED too.";
quotes[28] = "Also, the use of any client photos, emblems, logos, text and special effects should be consistent when used within each website or across multiple sites.";
quotes[29] = "My Internet Marketing Strategy uses tools such as search engine placement, media marketing, local directory listings, and targeted online sales promotions.";
quotes[30] = "I am now offering custom facebook pages using the IWIPA Iframe Application. Enlarge your footprint";
quotes[31] = "Not all website owners have the need, willingness, or budget to hire web designers to create a completely unique website.";

document.write('<span class="quote1"><b>James</b> quote for ' + textdate + ':</br>');
document.write('&nbsp;&ldquo;&nbsp;' + quotes[day] + '&nbsp;&rdquo;&nbsp;</span>');


