NewMind.registerNameSpace("NewMind.Site");NewMind.Site.ReplaceImage=function(a,b){$(a).each(function(){$(this).html(b);$(this).css({display:"block"})})};NewMind.Site.ReplaceDownloadMarkup=(function(){var b=function(){var c=$("div.downloadDocs > div.downloads > dl");c.each(function(f){var d=$(this);var e=0;var g=false;d.children("dt").each(function(h){var i=h+1;$(this).before('<dl class="dlitem'+i+'"></dl>')});d.children().each(function(){var i=$(this);g=false;var j=""+i.attr("class");var h=String(i.attr("tagName")).toLowerCase();if(h==="dt"){if(j===""){i.addClass("title")}e++;g=true}else{if(h==="dd"){if(j===""){i.addClass("desc")}g=true}}if(g){d.children("dl.dlitem"+e).append(i)}});d.before('<div class="dlwrap">'+d.html()+"</div>").remove()})};var a=function(d){var c=$("div.ctl_Media > div.downloads > div.dlwrap");c.each(function(){var g=$(this);var e=g.children("dl");var f=Math.round(e.length/d);for(var j=1;j<=f;j++){g.append('<div class="row'+j+'"></div>')}var h=1;e.each(function(i){var k=$(this);g.children("div.row"+h).append(k);if(((i+1)%d)===0){h++}})})};return{CreateWrappers:function(){b()},CreateRows:function(c){a(c)}}}());NewMind.Site.TwoColumnMaker=(function(){var a=function(e){var c=$(e);var d=$(e).parent();d.append('<div class="oddColumn"></div><div class="evenColumn"></div>');c.find("h3:odd").each(function(){var g=$(this);var f=$(this).next();$(d).find(".oddColumn").append(g).append(f)});c.find("h3:even").each(function(){var g=$(this);var f=$(this).next();$(d).find(".evenColumn").append(g).append(f)});$(e).remove()};var b=function(h,g,f,e){var c=$(h);var d=$(g);d.empty();if(e>0){d.append(c.slice(0,e))}d.append('<div class="oddColumn"></div><div class="evenColumn"></div>');$(d).find(".oddColumn").append(c.slice(e,f));$(d).find(".evenColumn").append(c.slice(f,c.length))};return{init:function(){},makeCols:function(c){a(c)},makeCols2:function(f,e,d,c){b(f,e,d,c)}}}());NewMind.Site.LimitText=function(a,b){$(a).each(function(){var d=$(this).text();var c="...";d=d.substr(0,b);d=d.concat(c);$(this).text(d)})};NewMind.Site.moveFeaturedImage=function(){var a=$("div.countrysideFeatured > ul > li");a.each(function(){var b=$(this).children("p.image");$(this).prepend(b)})};NewMind.Site.AddClass=function(a,b){$(a).addClass(b)};$(document).ready(function(){NewMind.Site.ReplaceImage("#switchLinks #larger span",'<img src="/images/textzoom_plus.jpg" alt="Larger">');NewMind.Site.ReplaceImage("#switchLinks #smaller span",'<img src="/images/textzoom_minus.jpg" alt="Smaller">');NewMind.Site.TwoColumnMaker.makeCols("div.facilities","div.facilities");NewMind.Site.moveFeaturedImage();NewMind.Site.ReplaceDownloadMarkup.CreateWrappers();NewMind.Site.AddClass("#header div.ctl_MainNavigation ul li.selected ul li:last","noBorder");NewMind.Site.AddClass("#header div.ctl_MainNavigation ul li ul.sub li:last","noBorder")});
