

var strLocation=document.location.toString();
var strPhotoCredits="";
var bIsIndex;
bIsIndex=false;

function setCreds(strComp,strCred) {
	if (strLocation.indexOf(strComp)>-1) return strCred;
	return "";
}



if (strPhotoCredits=="") strPhotoCredits=setCreds("menu.html","renee comet");
if (strPhotoCredits=="") strPhotoCredits=setCreds("about_birreria_paradiso.php","scott griswold,  barbara johnson");
if (strPhotoCredits=="") strPhotoCredits=setCreds("birreria_paradiso_beer_list.php","scott griswold,  barbara johnson");
if (strPhotoCredits=="") strPhotoCredits=setCreds("wine_list.html","scott griswold");
if (strPhotoCredits=="") strPhotoCredits=setCreds("beer_list.html","barbara johnson");
if (strPhotoCredits=="") strPhotoCredits=setCreds("specialty_drinks.html","barbara johnson, renee comet");
if (strPhotoCredits=="") strPhotoCredits=setCreds("georgetown.php","scott griswold, barbara johnson, renee comet");
if (strPhotoCredits=="") strPhotoCredits=setCreds("private_events.html","scott griswold");
if (strPhotoCredits=="") strPhotoCredits=setCreds("pizzeria_paradiso.html","scott griswold");
if (strPhotoCredits=="") strPhotoCredits=setCreds("ruth_gresser.html","scott griswold, barbara johnson, renee comet");
if (strPhotoCredits=="") strPhotoCredits=setCreds("general_information.html","barbara johnson, scott griswold");
if (strPhotoCredits=="") strPhotoCredits=setCreds("press.html","renee comet, barbara johnson");
if (strPhotoCredits=="") strPhotoCredits=setCreds("http://visitor.constantcontact.com/d.jsp?m=1102033761791&p=oi","renee comet");
if (strPhotoCredits=="") {	
	strPhotoCredits="renee comet";
	bIsIndex=true;
}

document.write("<TABLE WIDTH=785 BORDER=0 CELLPADDING=0 CELLSPACING=0>");
document.write("<tr>");
document.write("<td align=right class=\"CreditsBox\">");
if (bIsIndex) document.write("copyright &copy; 2005 Paradise, Inc. All rights reserved. &nbsp;&nbsp;&nbsp;&nbsp;");
document.write("website design by mila drumke ");
if (strPhotoCredits!="") document.write(" | photos by "+strPhotoCredits);
document.write("</td>");
document.write("</tr>");
document.write("</table>");