// JavaScript Document
// JavaScript Document
$(document).ready(init);

var windowWidth = 400;
var windowHeight = 400;

function init()
{
	
	windowWidth = $(window).width();
	windowHeight = $(window).height();
	
	$("#homeFlashWrap").flashembed({version:[9,0], width:'100%',height:'100%',wmode:"transparent",src:"flash/home.swf"})

}


