$(document).ready(function() {

	$('#catalogDV a').attr('target', '_blank');
	
	$('#homePageULdv #catalogDV ul').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
   var so = new SWFObject("Templates/DafHadashTheme/images/topStrip.swf", "mymovie", "505", "73", "8", "#ffffff");
   so.write("menuFlash");

});

