/*Open Window for Poll*/
function PollSubmit() {
window.open("","PollResults","width=300,height=260,toolbar=no,location=no,status=no,copyhistory=no,scrollbars=no,resizable=no,top=0,left=0,screenX=0,screenY=0")
    document.PollForm.submit()
}
/*Banner Image Rotation*/
today=new Date();
jran=today.getTime();
var number = 13;
var random_number="";
var image="";
var alt_desc="";
var url_ref="";
var tar_get="target='_blank'";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);
// Loads the appropriate image based on random number.
if (random_number==1) {
image="images/roberts.gif";
alt_desc="IAC: International Appraisal Company: Appraisals &amp; State and Local Tax Consulting.";
url_ref="roberts.html";
}
if (random_number==2) {
image="images/demetrius.gif";
alt_desc="Demetrius &amp; Company, Certified Public Accountants.";
url_ref="demetrius.html";
}
if (random_number==3) {
image="images/conte.gif";
alt_desc="Valley National Bank: Commercial Banking Services.";
url_ref="conte.html";
}
if (random_number==4) {
image="images/grant.gif";
alt_desc="Benefit Foundations of America LLC: Group Benefits; Flex Plan Administration.";
url_ref="grant.html";
}
if (random_number==5) {
image="images/mcgill.gif";
alt_desc="The Chadler Group: Commercial Property &amp; Casualty Insurance.";
url_ref="mcgill.html";
}
if (random_number==6) {
image="images/grenker.gif";
alt_desc="Fox Rothschild LLP";
url_ref="grenker.html";
}

if (random_number==7) {
image="images/albright.gif";
alt_desc="Genesys Advisors";
url_ref="albright.html";
}
if (random_number==8) {
image="images/schneider.gif";
alt_desc="Marcus & Millichap";
url_ref="schneider.html";
}
if (random_number==9) {
image="images/silva.gif";
alt_desc="GRM Information Management Services";
url_ref="silva.html";
}
if (random_number==10) {
image="images/imperatrice.gif";
alt_desc="Lost & Found, Inc.";
url_ref="imperatrice.html";
}
if (random_number==11) {
image="images/brouillard.gif";
alt_desc="NPA Computers, Inc.";
url_ref="brouillard.html";
}
if (random_number==12) {
image="images/graffeo.gif";
alt_desc="Kaplan Law LLC";
url_ref="graffeo.html";
}
if (random_number==13) {
image="images/weinberg.gif";
alt_desc="All-Ways Advertising Company";
url_ref="weinbeerg.html";
}
