//****YOU MAY NOT REMOVE THIS HEADER*****************DO NOT REMOVE*******************************
//Written Article Rotater written by John Farquharson Completed Fri Jan 12 2007 @ 10:43 PM EDST.*
//This script is Copyright John Farquharson MMVII (2007) Author continues to hold all right to  *
//ownership of this script. Script May Not Be Used Without My Express Written Permission        *
//****YOU MAY NOT REMOVE THIS HEADER*****************DO NOT REMOVE*******************************

document.write("<center><table border='0' cellpadding='0' cellspacing='0' width='500'><tr><td>");
document.write("<center><font color='#0000FF' size='2' face='verdana, arial, helvetica'><b>Public Safety Announcement</b></font><hr width='80%' size='1' color='#0000FF'>");
document.write("<iframe src='loading.html' name='the_article' frameborder='0' width='500' height='130' align='top'></iframe>");
document.write("<br><br><hr width='80%' size='1' color='#0000FF'><center><font color='#0000FF' size='1' face='verdana, arial, helvetica'>Copyright Notice: \"Public Safety Announcement\" articles published <br>within are © Copyright 2007-2010 A Perfect Pick Locksmiths and <br>may not be reproduced in whole or part without express written consent");
document.write("</font></center></tr></td></table>");

var my_articles = [ "Scripts/article_0001.html", "Scripts/article_0002.html", "Scripts/article_0003.html", "Scripts/article_0004.html" ];
var random_number = Math.floor(Math.random() *4)

function doCalc(){
     if (random_number > my_articles.length)
     {
     random_number = Math.floor(Math.random() *4)
     }
     if (random_number <= my_articles.length)
     {
the_article.location = my_articles[random_number];
the_article.style = 'border:none';}
}doCalc();
