﻿function replaceSearchResults()
{
	$(".srch-URL2").each(function (i) {
		//$(this).html(window.location.host + $(this).html().replace(/(http|https)\:\/\/externesites\.ballast-nedam\.nl/ig, ''));
		$(this).html($(this).html().replace(/(http|https)\:\/\/externesites\.ballast-nedam\.nl/ig, ''));
	});
}


$(document).ready(function() {
	$("a[href^='/public/heddesbouw/_layouts/CopyUtil.aspx']") 
   .each(function() 
   {  
      this.href = this.href.replace(/\/_layouts\/CopyUtil\.aspx/,"/nieuws/Paginas/nieuws.aspx"); 
   }); 
});
