﻿$(document).ready(function() {

$("#jsError").hide();

//If JS is enabled overwrite the existign HTML link to terms
//document.getElementById("jsTandCLink").innerHTML = "<a href=\"Javascript:loadWindow('Terms.aspx','Terms &amp; Conditions', 500,360);\">terms and conditions available here.</a>";

});