// JavaScript Document
// converter supplied by http://accessify.com/tools-and-wizards/developer-tools/html-javascript-convertor/


function writeHTMLfooter(){
document.write("<table width=\"768\" border=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td  height=\"1\" colspan=\"3\" bgcolor=\"#999999\"><img src=\"img\/spacer.gif\" alt=\"\" width=\"\" height=\"1\"\/><\/td>");
document.write("<\/tr>");
document.write("<tr>");
document.write("<td class=\"footer\"><a href=\"privacy.htm\">Privacy Notice<\/a><\/td>");
document.write("<td align=\"center\" class=\"footer\">&#169; 2011 Pacific Design Academy<\/td>");
document.write("<td align=\"right\" class=\"footer\">");
document.write("    <table>");
document.write("        <tr>");
document.write("            <td width=\"53\" align=\"left\"><a href=\"registration.htm?tab=2#Our_programs\">Contact Us<\/a><\/td>");
document.write("            <td width=\"22\" align=\"center\"><a href=\"http:\/\/www.facebook.com\/PacificDesignAcademy\"><img src=\"images\/_Facebook.png\" border=\"0\" width=\"18\" height=\"18\" alt=\"Like the PDA Facebook Page\" \/><\/a><\/td>");
document.write("            <td width=\"22\" align=\"right\"><a href=\"https:\/\/twitter.com\/#!\/PDA_Vic\"><img src=\"images\/_Twitter.png\" border=\"0\" width=\"18\" height=\"18\" alt=\"Follow @PDA_Vic on Twitter\" \/><\/a> <\/td>");
document.write("        <\/tr>");
document.write("    <\/table>");
document.write("<\/td>");
document.write("<\/tr>");
document.write("<\/table>");

}

// start google analyitics
document.write("<script type=\"text\/javascript\">");
document.write("");
document.write("  var _gaq = _gaq || [];");
document.write("  _gaq.push(['_setAccount', 'UA-3676694-3']);");
document.write("  _gaq.push(['_trackPageview']);");
document.write("");
document.write("  (function() {");
document.write("    var ga = document.createElement('script'); ga.type = 'text\/javascript'; ga.async = true;");
document.write("    ga.src = ('https:' == document.location.protocol ? 'https:\/\/ssl' : 'http:\/\/www') + '.google-analytics.com\/ga.js';");
document.write("    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);");
document.write("  })();");
document.write("");
document.write("<\/script>");
//end google analytics


