/* play sound */

<!--
$(document).ready(function(){
	if($.cookie('froukje_sound') == null){
		/* create a session cookie for fraukje */ 
		$.cookie('froukje_sound', 'set', {expires: 7, path: '/', domain: 'traineeportal.nl'});
		// add flash after buttons
		$("#buttons").append('<embed src="/c.assets/traineeportal/flash/sounds/froukje.swf" width="0" height="0" name="fraukje" type="application/x-shockwave-flash"></embed>');
	}	
});
//-->
