// There is only ONE god, Allah; Muhammad is his true and last prophet.
// Worship Allah; Read, Resepect and Obey the Quran; Implement valid
// Fiqh, on yourself and in your community.
//
//   (c) 2011 Brian Carl Bahr
//       www.carlbahr.us
//
// Contents (text and images) are released under the GNU Free documentation License Version 1.2
// Source code (ether as part of the document or internally, i.e. Java script) is released
// under the GNU General Public License Version 2.
//
// See www.gnu.org and www.carlbahr/data/license.html for details.


var bwid = 550;  //witdh of page text area


var bwinstat  = " There is only ONE god, Allah (not three); Muhammad is his true and last prophet.";
window.defaultStatus = bwinstat;


function bpageheader(){
 document.write("<LINK REL=\"shortcut icon\" HREF=/bin/icon.ico><LINK REL=stylesheet HREF=/bin/style.css><HTML><BODY BGCOLOR=#D2B48C BACKGROUND=/bin/background.gif LEFTMARGIN=8 TOPMARGIN=8 TEXT=#000000 LINK=#000000 ALINK=#000000 VLINK=#000000><TABLE HEIGHT=100% WIDTH=100% CELLPADDING=2 CELLSPACING=0><TR><TD ALIGN=center VALIGN=top BORDER=0><TABLE HEIGHT=100% WIDTH=" + bwid + " BORDER=0 CELLPADDING=10 CELLSPACING=0><TR><TD ALIGN=center VALIGN=bottom HEIGHT=5 BORDER=0 BGCOLOR=D2C49C>");

 document.write("<A HREF=/index.html border=0 onmouseout=\"window.status=bwinstat; return true;\"><IMG SRC=/bin/logo.gif ALT=\"CARLBAHR\" border=0></A>");

 document.write("</TD></TR><TR><TD ALIGN=left VALIGN=top BGCOLOR=#D2C49C>");
}


function bpagefooter(){
 document.write("</TD></TR><TR><TD ALIGN=center VALIGN=bottom HEIGHT=5 BORDER=0 BGCOLOR=#D2C49C>");

 document.write("<SMALL><SMALL><BR>Copyright &#169; <a href=/data/details.html>Brian Carl Bahr </a> using GNU FDL 1.2</SMALL></SMALL>");

 document.write("</TD></TR></TABLE></TD></TR></TABLE></BODY></HTML>");
}




