if(document.getElementById)
{
  $(document).ready(function()
  {
    if('.errorMessage')
    {
      $('#ctl10_submitButton').focus();
    }

var newWindowImage = document.createElement("img");
	var newWindowLinks = $('a.newWindow');
	
	$(newWindowLinks).click(function(){window.open($(this).attr('href'));return false;});
  });
}
  