$().ready(function(){$(".visit-department").click(function(){location.href=$(this).attr("webPageName")+".aspx"})});