$(function(){
    
   // jquery flash plugin
    $('#productsmap').flash({    
        swf: '/swfs/map-products.swf', 
		height: 210,
		width: 235,
        wmode: 'transparent',   
        flashvars: {   name1: 'jQuery'   }   
    });
 
});
