<!--

/**************************************
* writes footnote and copyright stuff *
* at the bottom of each page          *
**************************************/

var TodayDate = new Date();                      // Generate Current Date and Time 
var MyYear = TodayDate.getYear();                // Aquire Current Year
if (MyYear < 2000) { MyYear = 1900 + MyYear; }   // Y2K Fix 

var footer = "";

footer += "<br><span class='8pttext'>Another site designed by Afritech<br>Please contact the <a href='mailto:info@naijafm.com'>webmaster";
footer += " with any issues related to this web site<br>";
footer += "&nbsp;&copy; <span class='8pttext'>Copyright NaijaFM Communications " + MyYear + "</span></span>"

//Gostats.com web hit code. Please do not change this
//footer += "<br><br><a href='http://c1.gostats.com/gogi/viewstats.pl?mn=naijafm' target='_top'>"
//footer += "<img src='http://c1.gostats.com/gogi/count.pl?mn=naijafm&pg=multiple' border=0></a><br>"
//End of Gostats.com web hit code

document.write (footer)

//-->
