/*
 * Common JS for New Ag pages
 * compiled by patrick harvey - WRENmedia
*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

$().ready(function() {
$("#subNA").submit(function() { 
var t = this.title || this.name || null; 
var g = null; 
tb_show(t, this.action, null);
return true;
}).attr("target", "TB_iframeContent");
});

