var $J = jQuery.noConflict();

jQuery(document).ready(function(){
	
	$J('#homeflash').flash({
	    swf: '/themes/dbsn/images/dbsn_home_main.swf',
	    width: 296,
	    height: 339,
	    params: { wmode: 'opaque' }
	});
});