/**
 * @author pauvoo
 */

 function backToSite(contentId){
 	document.location.href="http://www.zwoeledromen.nl/index.html?rev=0&contentId=" +contentId;
 
 }