$(document).ready(function() {
  //home flash
    var flashvars = {};
    flashvars.xmlpath = "flash/home.xml"; //relative to current file
    flashvars.imgpath = "img_content/home/";
    flashvars.lang = "en";
    var params = {};
    params.wmode = "transparent";
    var attributes = {};
    swfobject.embedSWF("flash/home.swf", "flashContainer", "960", "470", "10.0.0", "flash/swfobject/expressInstall.swf", flashvars, params, attributes);
});
