$(document).ready( function() {
	$('.i-museum-box')
	.css( "cursor", "pointer" )
	.click( function(){ location.href='http://i-museum.nl'; } );
	
	$('.laptop-box')
	.css( "cursor", "pointer" )
	.click( function(){ location.href='http://laptopaanbiedingen.nl'; } );
	
	$('.belasting-box')
	.css( "cursor", "pointer" )
	.click( function(){ location.href='http://uwbelastingaangifte.nl'; } );
} );

function setBackground()
{
	$('#bodyBackground').attr( "src", "img/70/bg-body.jpg" );
}
