if (top.location != location) {
	top.location.href = document.location.href;
}

$(document).ready(function(){
	//Oudere browsers ondersteunen nu ook het placeholder attribuut in HTML5
	//$('input, textarea').placeholder();
	
	//if(!$.browser.msie) {
	//	$('.content').corner('round 10px');
	//	$('#mainMenu').corner('round 10px');
	//	$('#loginMenu').corner('round 10px');
	//}
});
