//User Variables

domainer = "http://acronym.rackm0unt.org/";


//Write Page Beginning

document.write('<BODY BGCOLOR='+(bg_color)+' LINK='+(link_font_color)+' ALINK='+(link_font_color)+' VLINK='+(link_font_visit)+' STYLE="color:'+(body_font_color)+'; font-size:'+(body_font_size)+'; font-weight:'+(body_font_weight)+'; font-family:'+(body_font_face)+'">')






//Write Menu Bar

document.write('<TABLE BORDER=0 WIDTH=100%>')
document.write('<TR>')
document.write('<TD ROWSPAN=2 WIDTH=1><IMG SRC="'+(domainer)+'pics/start.jpg"></TD>')
document.write('<TD ALIGN=Center VALIGN=Top><B><FONT COLOR="Black" FACE="'+(link_font_face)+'" STYLE="font-size:12pt">&ldquo;Using The Same Color Scheme Since 1993!&rdquo;</FONT></B></TD>')
document.write('</TR>')
document.write('<TR>')
document.write('<TD ALIGN=Center VALIGN=Middle>')

document.write('	<A HREF="'+(domainer)+'start.html" CLASS=menubar>Site Info</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'blog/blog.php" CLASS=menubar>The&nbsp;Blog</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'publishing/pub.html" CLASS=menubar>Store</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'online/open.html" CLASS=menubar>Online&nbsp;Publishing</A><BR>')

document.write('	<A HREF="'+(domainer)+'radio/" CLASS=menubar>The&nbsp;Church&nbsp;Of&nbsp;Blasphuphmus&nbsp;(Not&nbsp;Jesus)&nbsp;Hour</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'staff.html" CLASS=menubar>Staff</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'projects.html" CLASS=menubar>Web-Projects</A><BR>')

document.write('	<A HREF="'+(domainer)+'php/guestbook.php" CLASS=menubar>Guestbook</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'AcroLinks.html" CLASS=menubar>Links</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'faq.html" CLASS=menubar>FAQ</A>&nbsp;&nbsp;')
document.write('	<A HREF="'+(domainer)+'online/angryman/rant.php" CLASS=menubar>&ldquo;Die!&nbsp;Everyone!&nbsp;Die!&rdquo;&nbsp;by&nbsp;Mr.&nbsp;Rant</A>')


document.write('</TD>')
document.write('</TR>')
document.write('</TABLE>')
document.write('<HR>')
