function informatiebox(){
$(document).ready(function(){
	$(".informatie").colorbox({href:"http://www.infocash.nl/index.php?referral=ja", open:true, width:"750", height:"500"});
});
}
