
function buildFooter(n,b){

// CONTENT ENDS

document.write("</td>");
document.write("</tr>");

if(n!=0){
document.write("<tr>");
document.write("<td bgcolor=\"#FFF0C2\" align=\"center\" valign=\"top\" style=\"padding-top:100px;\">");

// QUOTES

if(n==1){
document.write("<p><img src=\"/images/sidebar/aboutus_quote.gif\" width=128 height=246 border=0 alt=\"\" align=\"\"></p><p>&nbsp;</p>");
}
else if(n==2 && b==0){
document.write("<p><img src=\"/images/sidebar/services_quote.gif\" width=129 height=238 border=0 alt=\"\" align=\"\"></p><p>&nbsp;</p>");
}
else if(n==2 && b==9){
document.write("<p><img src=\"/images/sidebar/specials_quote.gif\" width=130 height=225 border=0 alt=\"\" align=\"\"></p><p>&nbsp;</p>");
}
else if(n==3){
document.write("<p><img src=\"/images/sidebar/AspenDifference_quote.gif\" width=125 height=227 border=0 alt=\"\" align=\"\"></p><p>&nbsp;</p>");
}
else {
document.write("&nbsp;");
}

document.write("</td>");
document.write("</tr>");
}

document.write("<tr>");


if(n!=0){
document.write("<td><img src=\"/images/yellbar_low.gif\" width=151 height=7 border=0 alt=\"\"></td>");
document.write("<td colspan=\"2\"><img src=\"/images/inside_yellbar_low.gif\" width=545 height=7 border=0 alt=\"\"></td>");
}
else{
document.write("<td><img src=\"/images/grey_yellbar_low.gif\" width=151 height=7 border=0 alt=\"\"></td>");
document.write("<td colspan=\"2\"><img src=\"/images/main_yellbar_low.gif\" width=545 height=7 border=0 alt=\"\"></td>");
}

document.write("</tr>");
document.write("<tr>");
document.write("<td bgcolor=\"FFD65A\">");
document.write("<img src=\"/images/profit_slogan.gif\" width=148 height=16 border=0 alt=\"\" vspace=\"30\">");
document.write("</td>");
document.write("<td bgcolor=\"#402135\" valign=\"top\" colspan=\"2\"><img src=\"/images/spacer.gif\" width=17 height=1 border=0 alt=\"\">");

str2 = new Array(10);
str2[0]="";
str2[1]=("<a href=\"/home.html\" onMouseOver=\"MM_swapImage('home','','/images/nav/home_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/nav/home_off.gif\" alt=\"\" name=\"home\" width=51 height=20 border=0 id=\"home\"></a>");
str2[2]=("<a href=\"/sitemap.html\" onMouseOver=\"MM_swapImage('sitemap','','/images/nav/sitemap_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/nav/sitemap_off.gif\" alt=\"\" name=\"sitemap\" width=75 height=20 border=0 id=\"sitemap\"></a>");
str2[3]=("<a href=\"/privacy.html\" onMouseOver=\"MM_swapImage('privacy','','/images/nav/privacy_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/nav/privacy_off.gif\" alt=\"\" name=\"privacy\" width=104 height=20 border=0 id=\"privacy\"></a>");
str2[4]=("<a href=\"/legal.html\" onMouseOver=\"MM_swapImage('legal','','/images/nav/legal_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/nav/legal_off.gif\" alt=\"\" name=\"legal\" width=57 height=20 border=0 id=\"legal\"></a>");
str2[5]=("<a href=\"/feedback.html\" onMouseOver=\"MM_swapImage('feedback','','/images/nav/feedback_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"/images/nav/feedback_off.gif\" alt=\"\" name=\"feedback\" width=105 height=20 border=0 id=\"feedback\"></a>");
str2[6]="";
str2[7]="";
str2[8]="";
str2[9]="";
		s = str2[b];
		l=s.length;
		i=s.indexOf("off.gif");
		if(i>=0) {
			str2[b]=s.substring(0,i)+"on.gif"+s.substring(i+7,l);
	}
	for(i=0;i<str2.length;i++) {
		document.write(str2[i]);
	}


document.write("<br>");
document.write("<p align=\"right\" style=\"padding:15px;\"><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"188\" HEIGHT=\"24\" id=\"listen\" ALIGN=\"\">");
document.write("<PARAM NAME=movie VALUE=\"/images/listen.swf\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#402135> <EMBED src=\"/images/listen.swf\" quality=high bgcolor=#402135  WIDTH=\"188\" HEIGHT=\"24\" NAME=\"listen\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></p>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");

}

