function OnPageRendered(){CommonCorners()}$(document).ready(function(){OnPageRendered()});$(window).load(function(){FixImagePadding();FixColumns()});function CommonCorners(){$(".corner4").corner("4px");$(".corner10").corner("10px");$(".corner20").corner("20px");$(".corner30").corner("30px")}function HoveredButtons(){$("img.abtn").hover(function(){var b=$(this).attr("src");var a=b.split(".");var c=a[0]+"_hover."+a[1];$(this).attr("src",c);$(this).attr("origsrc",b)},function(){$(this).attr("src",$(this).attr("origsrc"))})}function FixColumns(){};
