<!-- Begin: Rotator Script
var how_many_ads = 8; //Change to match the total number of images
var now = new Date()
var sec = now.getSeconds(9)
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) { //Make the number show in numeric order
url="http://www.rfidaccesscontrol.com/Security_Management_System_Main.htm"; //the link url for your image
alt="Access Control & Security Integration"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner1.jpg"; //Where the image is located on the server
}

if (ad==2) { //Make the number show in numeric order
url="http://www.rfidaccesscontrol.com/Prox_Card_Main.htm"; //the link url for your image
alt="Card Credential"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner2.jpg"; //Where the image is located on the server
}

if (ad==3) { //Make the number show in numeric order
url="http://www.rfidaccesscontrol.com/Access_Control_Bright_Blue_Main.htm"; //the link url for your image
alt="Bright Blue Access COntrol Web Based Panel"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner3.jpg"; //Where the image is located on the server
}

if (ad==4) { //Make the number show in numeric order
url="http://rfidaccesscontrol.com/Biometrics_HP-GT-400.htm"; //the link url for your image
alt="Schlage HandPunch GT400"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner4.jpg"; //Where the image is located on the server
}

if (ad==5) { //Make the number show in numeric order
url="http://rfidaccesscontrol.com/Biometrics.htm"; //the link url for your image
alt="Biometrics Access COntrol System"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner5.jpg"; //Where the image is located on the server
}

if (ad==6) { //Make the number show in numeric order
url="http://www.rfidaccesscontrol.com/AccessControl.htm"; //the link url for your image
alt="Long Range Prox Reader"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner7.jpg"; //Where the image is located on the server
}

if (ad==7) { //Make the number show in numeric order
url="http://www.rfidaccesscontrol.com/AccessControl.htm"; //the link url for your image
alt="FIPS Certified"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner8.jpg"; //Where the image is located on the server
}

if (ad==8) { //Make the number show in numeric order
url="http://rfidaccesscontrol.com/Time_n_Attendance_main.htm"; //the link url for your image
alt="TIme & Attendance Solution"; //the image alt tag 
tgt="_self"; //If you want the click to open within the page, if not use _blank
banner="http://www.rfidaccesscontrol.com/images/Home/rotator/Main_Home_Banner9.jpg"; //Where the image is located on the server
}

//This is the html code - output
document.write('<a href="'+url+'" target="'+tgt+'"><img src="'+banner+'" alt="'+alt+'" border="0"></a>');
// End: Rotator Script-->	

