var Ad_fb = new Array(); Ad_fb[0]='Changes to Archinfo Administration and Account Services


 

Please click here to read our notice regarding forthcoming changes to our administration and account services


Please contact us if you have any queries or comments regarding these changes



'; var AdfbCounter = Math.floor(Math.random()*1); function RotateFB() { AdfbCounter = (AdfbCounter + 1) % 1; SetAd("AdDiv_fb",Ad_fb[AdfbCounter]); setTimeout("RotateFB()",8000); } function SetAd(DivID,AdText) { document.getElementById(DivID).innerHTML = AdText; }