var Ad_fb = new Array(); Ad_fb[0]='NEW Credit and Debit Card Payments


We are delighted to announce that you can now pay-as-you order or pay your invoices online through the Archinfo website.

See the Make a Payment section on this page 


 

'; Ad_fb[1]='NEW BOOKS LIST


 You can see our latest book list here -

and if you're interested in borrowing any of these

just fill in the online form


 

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