﻿function writeFooter(){
var strFooter='';
strFooter+='<div class="footer"><center>';
strFooter+='	<a class="footer" href="default.html">Home</a> | ';
strFooter+='	<a class="footer" href="iggysmenu.html">Our Menu</a> | ';
strFooter+='	<a class="footer" href="store.html">Online Store</a> | ';
strFooter+='	<a class="footer" href="coupons.html">Coupons</a> | ';
strFooter+='	<a class="footer" href="gallery.html">Photos</a> | ';
strFooter+='	<a class="footer" href="videos.html">Videos</a> | ';
strFooter+='	<a class="footer" href="funngames.html">Fun-N-Games</a> | ';
strFooter+='	<a class="footer" href="about_us.html">Our History</a> | ';
strFooter+='<br/>';
strFooter+='	<a class="footer" href="jobapplication.html">Job Application Form</a> | ';
strFooter+='	<a class="footer" href="http://www.bizgrader.com/InTouch/public/subscribe.php?lid=622" target="_blank">Join E-Mail Club</a> | ';
strFooter+='	<a class="footer" href="http://bizgrader.com/surveyInTouch.php?survey_code=iggys" target="_blank">Customer Survey</a> | ';
strFooter+='	<a class="footer" href="directions.html">Directions</a> | ';
strFooter+='	<a class="footer" href="contact_us.html">Contact Us</a>';
strFooter+='<\/div>';
strFooter+='<div class="mainFooterTxt">';
strFooter+='889 Oakland Beach Ave, Warwick, RI. 401-737-9459&nbsp;&nbsp;&nbsp;1157 Point Judith Rd, Narragansett, RI. 401-783-5608<br>Copyright &#169; 2009, IGGY&#039;S Doughboys &#38; Chowder House, Inc. - All Rights Reserved.<br>Contact Email: <a href="mailto:iggydoughboy@cox.net" class="footer">iggydoughboy@cox.net</a> &nbsp;&nbsp;&nbsp;Site Design: <a href="mailto:info@osgolf.com" class="footer">info@osgolf.com</a> &nbsp;&nbsp;&nbsp;Best Viewed at 1024x768';
strFooter+='<\/div><br>';
strFooter+='<a href="http://www.adobe.com/go/EN_US-H-GET-READER" target="_blank"><img src="images/get_adobe_reader.gif" alt="Our site requires Adobe Reader" border="0"></a>&nbsp;&nbsp;<a href="http://www.adobe.com/go/EN_US-H-GET-FLASH" target="_blank"><img src="images/get_flashplayer.gif" alt="Our site requires Adobe Flash" border="0" target="_blank"></a>';
document.write(strFooter);
}
writeFooter();

function popcase(url, name){
	var newWin
	newWin = window.open(url,name,"screenX=90,screenY=90,top=90,left=90, ,width=550,height=500,scrollbars=yes,resizable=no");
	newWin.focus();
}
