// JavaScript Document
window.addEvent('domready', function() {
		var interactive = $(new Swiff('http://www.berewick.com/wp-content/themes/berewick/flash/siteplan.swf', {
	id: 'interactive_swiff',
    width:  768,
    height: 474,
	params: {
	wmode: 'transparent',
	loop: 'false'},
    container: $('siteplan'),
 	    events: {
        onFlashLoad: function() {
alert('hey loaded');
        }
    }
}));
							 
									 });
