var quotes = ["<a style=\"text-decoration:underline;\" href=\"keyword-research-analysis.html\">Tips to Effective SEO Keyword Research Analysis</a>",
			  "<a style=\"text-decoration:underline; \" href=\"titles-description-and-keyword-meta-tags.html\">Titles, Description and Keyword Meta Tags</a>",
			  "<a style=\"text-decoration:underline;\" href=\"seo-title-tags.html\">Guide to SEO Title Tags</a>",
			  "<a style=\"text-decoration:underline;\" href=\"seo-description-tags.html\">Guide to SEO Meta Description  Tag</a>",
			  "<a style=\"text-decoration:underline; \" href=\"seo-keyword-tags.html\">Guide to SEO Meta Keyword Tag</a>",
			  "<a style=\"text-decoration:underline;\" href=\"seo-architecture.html\" title=\"SEO in Site Architecture\">SEO in Site Architecture</a>",
			  "<a style=\"text-decoration:underline;\" href=\"seo-navigation.html\" title=\"SEO Website Navigation\">SEO Website Navigation</a>",
			  "<a style=\"text-decoration:underline;\" href=\"website-positioning.html\" title=\"SEO Website Positioning\">SEO Website Positioning</a>",
			  "<a style=\"text-decoration:underline;\" href=\"seo-web-usability.html\" title=\"Tips for SEO &amp; Web Usability\">Tips for SEO &amp; Web Usability</a>"]
var pquotes = [];
for(var i=0;i<3;i++) {
  pquotes.push(quotes.splice(Math.round((Math.random()*quotes.length)-.5),1));
}
for (var i = 0; i < pquotes.length; i++)
    document.write(pquotes[i]);

