//RANDOM CONTENT
function homephoto() {
var count = 3;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<img src=\"http://www.incitrio.com/images/home/photo01.jpg\">";
if (r == 2) return "<img src=\"http://www.incitrio.com/images/home/photo01.jpg\">";
if (r == 3) return "<img src=\"http://www.incitrio.com/images/home/photo01.jpg\">";
}

function howdoi() {
var count = 4;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<p><a href=\"http://www.incitrio.com/resources/web-page-design.shtml\">Create a compelling web&nbsp;page?</a></p><p><a href=\"../resources/corporate-identity.shtml\">Perform your own brand&nbsp;analysis?</a></p>";
if (r == 2) return "<p><a href=\"http://www.incitrio.com/resources/logo-design.shtml\">Create a successful logo?</a></p><p><a href=\"../resources/web-page-design.shtml\">Plan your online branding campaign?</a></p>";
if (r == 3) return "<p><a href=\"http://www.incitrio.com/resources/web-page-design.shtml\">Plan for a website?</a></p><p><a href=\"../resources/corporate-identity.shtml\">Launch your brand?</a></p><p><a href=\"../resources/how-to-articles.shtml\">Network?</a></p>";
if (r == 4) return "<p><a href=\"http://www.incitrio.com/resources/corporate-identity.shtml\">Create a unique and distinct name?</a></p><p><a href=\"../resources/logo-design.shtml\">Perform your own brand&nbsp;analysis?</a></p>";
}

function books() {
var count = 3;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<a href=\"http://www.incitrio.com/resources/book-list.shtml\"><img src=\"images/home/book01.jpg\" border=\"0\"></a>";
if (r == 2) return "<a href=\"http://www.incitrio.com/resources/book-list.shtml\"><img src=\"images/home/book02.jpg\" border=\"0\"></a>";
if (r == 3) return "<a href=\"http://www.incitrio.com/resources/book-list.shtml\"><img src=\"images/home/book03.jpg\" border=\"0\"></a>";
}

// End -->
