var flashvars = {};
flashvars.xml = "config.xml";
flashvars.font = "font.swf";
var attributes = {};
attributes.wmode = "transparent";
attributes.id = "slidercuser";
swfobject.embedSWF("cu3er.swf", "splashContent", "960", "460", "9", "expressInstall.swf", flashvars, attributes);

var $ = jQuery.noConflict();
$(document).ready(function(){	
	/* for sideright slideshow */
	$('#boxslideshow').cycle({
	timeout: 6000,  // milliseconds between slide transitions (0 to disable auto advance)
	fx:      'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...            
	pause:   0,	  // true to enable "pause on hover"
	pauseOnPagerHover: 0 // true to pause when hovering over pager link
	});
	//$("#ministries_sub").show();

	
});	




