﻿/*

Special code just applicable to the home page

*/
    $(document).ready(function(){
		if ($.browser.msie && $.browser.version >= 7)
			$("#BrowserWarning").css("display", "none");
    });

