
/* - kz.js - */
// http://kunstzone.nl/portal_javascripts/kz.js?original=1
jq(document).ready(function(){var kzct=jq("#mainkzcontent").get(0);var kzwr=jq("#whitewrapper").get(0);var useHeight=jq(kzct).height();var newHeight=useHeight-10;if(jq('#whitewrapper').length){kzct.style.marginTop='-'+newHeight+'px'}
jq('.tileItem').click(
function(){if(jq('.tileFooter a',this).length){var nwLink=jq('.tileFooter a',this).get(0);document.location.href=jq(nwLink).attr('href')}});jq('.tileItem').mouseover(
function(){jq(this).addClass('tilehover')});jq('.tileItem').mouseout(
function(){jq(this).removeClass('tilehover')});kzwr.style.height=newHeight+'px';jq('u').each(
function(){var mnHTML=jq(this).text();if(mnHTML.indexOf('@')>0){jq(this).replaceWith('<a href="mailto:'+mnHTML+'">'+mnHTML+'</a>')} else{if(mnHTML.indexOf('.')>0){mnHTML=mnHTML.replace('http://','');jq(this).replaceWith('<a href="http://'+mnHTML+'" target="_blank">'+mnHTML+'</a>')}}});jq('.pullquote:contains("ISBN"), .pullquote:contains("isbn")').each(function(){var isbnpatern=/[0-9-]{10,18}/;var that=jq(this);var selVar=that.html().match(isbnpatern);if(selVar&&selVar!=''){var p1='<a href="http://www.bol.com/nl/s/algemeen/zoekresultaten/Ntt/';var p2='/Ntk/media_all/Nty/1/N/0/Ne/0/search/true/searchType/qck/index.html">';var p3='</a>';jq(this).html(jq(this).html().replace(selVar,p1+selVar+p2+selVar+p3))}});jq('.documentByLine').each(
function(){if(jq(this).text().indexOf('admin')!=-1){jq(this).css({'display':'none'})}})});

