// navigation footer

var strFtr = "<table border='0'  width='828' cellspacing='0' cellpadding='10'><tr>";
strFtr += "<td align='center' style='color:#FFFFFF; height:130px; width:276px'>The Mastering House<br />1002 Ridge Rd<br />Pottstown, PA 19465<p> P. (610) 469-1050<br />Toll Free: (888) 876-HOUS</p></td>";

strFtr += "<td  align='center' style='color:#FFFFFF; height:130px; width:276px;'><p><a href='http://www.facebook.com/themasteringhouse' target='_blank'><img src='/images/facebook.gif' width='144' height='44' border='0' /></a> </p><p><iframe src='http://www.facebook.com/widgets/like.php?href=http://www.masteringhouse.com' scrolling='No' frameborder='0' style='colorscheme:dark; border:none; width:200px; height:25px'></iframe></p></td>";

strFtr += "<td style='color:#FFFFFF; height:130px; width:276px;'><img src='/images/footer_services.jpg' width='256' height='95' /></td>";

strFtr += "</tr>";
strFtr += "<tr>";
strFtr += "<td  style='font-size:10px' align='center' colspan='3'>&copy;2012 The Mastering House Inc. All Rights Reserved</td>";
strFtr += "</tr></table>";



$(document).ready(function() {
	$("#footer").html(strFtr);
});

