var ar = new Array("<a href=\"http://www.binarypulse.com\" rel=\"nofollow\"><img src=\"/images/logos/binarypulse.gif\" border=\"0\" width=\"143\" height=\"50\"alt=\"Binary Pulse Marketing\"></a>",  "<a href=\"http://www.rusticcanyon.com\" rel=\"nofollow\"><img src=\"/images/logos/rcp.png\" width=\"143\" height=\"40\"></a>", "<a href=\"http://www.safirepartners.com\" rel=\"nofollow\"><img src=\"/images/logos/safire.gif\" width=\"143\" height=\"58\" border=\"0\" alt=\"Safire Partners\"></a>", 
"<a href=\"http://www.clearstone.com/\" rel=\"nofollow\"><img src=\"/images/logos/clearstone1.jpg\" border=\"0\" width=\"143\" height=\"50\" alt=\"Clearstone\"></a>", "<a href=\"http://www.socaltech.com/pwc\" rel=\"nofollow\"><img src=\"/images/logos/pwc.gif\" border=\"0\" alt=\"Pricewaterhousecoopers\"></a>",
 "<a href=\"http://www.stubbsalderton.com\" rel=\"nofollow\"><img src= \"/images/logos/stubbs.gif\" border=\"0\" width=\"143\" height=\"62\" alt=\"Stubbs Alderton Markiles\"></a>", "<a href=\"http://www.deloitte.com/us/technology\" rel=\"nofollow\"><img src=\"/images/logos/deloitte.gif\" border=\"0\" width=\"143\" height=\"60\" alt=\"Deloitte\"></a>",
"<a href=\"http://www.siemer.com\" rel=\"nofollow\"><img src=\"/images/logos/siemer-sm.jpg\" border=\"0\" width=\"143\" height=\"45\" alt=\"Siemer and Associates\"></a>",
"<a href=\"http://www.socaltech.com/trinet\" rel=\"nofollow\"><img src=\"/images/logos/trinet-logo.png\" border=\"0\" width=\"143\" height=\"76\" alt=\"Trinet\"></a>",
"<a href=\"http://www.fetchrecruiting.com\" rel=\"nofollow\"><img src=\"/images/logos/fetch.png\" border=\"0\" width=\"143\" height=\"76\" alt=\"Fetch Recruiting\"></a>",

"<a href=\"http://www.socaltech.com/sycr\" rel=\"nofollow\"><img src=\"/images/logos/sycr.gif\" border=\"0\" width=\"143\" height=\"60\" alt=\"Stradling Yocca Carlson Rauth LLP\"></a>",
"<a href=\"http://www.binarypulse.com\" rel=\"nofollow\"><img src=\"/images/logos/binarypulse.gif\" border=\"0\" width=\"143\" height=\"50\"alt=\"Binary Pulse Marketing\"></a>",  "<a href=\"http://www.rusticcanyon.com\" rel=\"nofollow\"><img src=\"/images/logos/rcp.png\" width=\"143\" height=\"40\"></a>", "<a href=\"http://www.safirepartners.com\" rel=\"nofollow\"><img src=\"/images/logos/safire.gif\" width=\"143\" height=\"58\" border=\"0\" alt=\"Safire Partners\"></a>", 
 "<a href=\"http://www.clearstone.com/\" rel=\"nofollow\"><img src=\"/images/logos/clearstone1.jpg\" border=\"0\" width=\"143\" height=\"50\" alt=\"Clearstone\"></a>", "<a href=\"http://www.socaltech.com/pwc\" rel=\"nofollow\"><img src=\"/images/logos/pwc.gif\" border=\"0\" alt=\"Pricewaterhousecoopers\"></a>", 
 "<a href=\"http://www.stubbsalderton.com\" rel=\"nofollow\"><img src= \"/images/logos/stubbs.gif\" border=\"0\" width=\"143\" height=\"62\" alt=\"Stubbs Alderton Markiles\"></a>",
"<a href=\"http://www.socaltech.com/sycr\" rel=\"nofollow\"><img src=\"/images/logos/sycr.gif\" border=\"0\" width=\"143\" height=\"60\" alt=\"Stradling Yocca Carlson Rauth LLP\"></a>",
"<a href=\"http://www.deloitte.com/us/technology\" rel=\"nofollow\"><img src=\"/images/logos/deloitte.gif\" border=\"0\" width=\"143\" height=\"60\" alt=\"Deloitte\"></a>",
"<a href=\"http://www.siemer.com\" rel=\"nofollow\"><img src=\"/images/logos/siemer-sm.jpg\" border=\"0\" width=\"143\" height=\"45\" alt=\"Siemer and Associates\"></a>",
"<a href=\"http://www.venturaincubator.com\" rel=\"nofollow\"><img src=\"/images/logos/v2tcsm.jpg\" border=\"0\" width=\"143\" height=\"76\" alt=\"Ventura Ventures Incubator\"></a>",
"<a href=\"http://www.socaltech.com/trinet\" rel=\"nofollow\"><img src=\"/images/logos/trinet-logo.png\" border=\"0\" width=\"143\" height=\"76\" alt=\"Trinet\"></a>",
"<a href=\"http://www.fetchrecruiting.com\" rel=\"nofollow\"><img src=\"/images/logos/fetch.png\" border=\"0\" width=\"143\" height=\"76\" alt=\"Fetch Recruiting\"></a>"
)

var now = new Date()
var sec = now.getSeconds()
var ad = (sec+8) % ar.length;
var ad2 = (sec+9) % ar.length;
var ad3 = (sec+10) % ar.length;
var ad4 = (sec+11) % ar.length;
var ad5 = (sec+12) % ar.length;
var ad6 = (sec+13) % ar.length;
var ad7 = (sec+14) % ar.length;
var ad8 = (sec+15) % ar.length;
var prependtxt ="";
var appendtxt = "";
document.write(prependtxt + ar[ad] + appendtxt);
document.write(prependtxt + ar[ad2] + appendtxt);
document.write(prependtxt + ar[ad3] + appendtxt);
document.write(prependtxt + ar[ad4] + appendtxt);
document.write(prependtxt + ar[ad5] + appendtxt);
document.write(prependtxt + ar[ad6] + appendtxt);
document.write(prependtxt + ar[ad7] + appendtxt);
document.write(prependtxt + ar[ad8] + appendtxt);

