// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "&#1581;&#1602;&#1608;&#1602; &#1575;&#1604;&#1606;&#1588;&#1585; &#1588;&#1585;&#1603;&#1577; &#1575;&#1604;&#1571;&#1601;&#1602; &#1575;&#1604;&#1583;&#1608;&#1604;&#1610;&#1577; &#1604;&#1604;&#1573;&#1587;&#1578;&#1579;&#1605;&#1575;&#1585; &#1580;&#1605;&#1610;&#1593; &#1575;&#1604;&#1581;&#1602;&#1608;&#1602; &#1605;&#1581;&#1601;&#1608;&#1592;&#1577;";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2006 ");

