Cufon.replace('h2,h3, .subnav a, h5,h6');

$(function() {

		if ($('.accordion').length) {
			$( ".accordion" ).accordion();
		}
		$('#nav').superfish({autoArrows: false, dropShadows: false, delay:1000});
		
		if ($('.testimonials').length) {
			$('.testimonials').cycle({timeout: 10000, random:1, cleartype:  1});
		}
		
		var path = location.pathname.substring(1);
		if ( path )
			$('#nav a[href$="' + path + '"]').attr('class', 'current');
	
		if ($('.ciaVideo').length) {
			$(".ciaVideo").colorbox({iframe:true, innerWidth:600, innerHeight:369}); 	
		}
		
		var flashvars = {
		
		};
		var params = {
			menu: "false",
			wmode: "transparent"
		};
		var attributes = {

		};

		swfobject.embedSWF("/flash/cia-van-loader.swf", "van", "667", "156", "9.0.0", "/flash/expressInstall.swf",  flashvars, params, attributes);
		
});
