﻿
$(document).ready(function() {
       //Initialiseer hier je scripts

        
        $('#flash').flashembed({ 
			src: '/lib/images/temporary.swf', 
			wmode: 'transparent', 
			scale: 'noscale',
			width: 1000,
			height: 218      
        });
        
});


