jQuery(function(){

	/*jQuery('#menu-primary-menu').superfish({
		animation:   {height:'show'}
	});*/
	pathname = 'http://'+window.location.hostname+window.location.pathname;
	//alert(pathname);
	jQuery('#feedback-url').val(pathname);
	jQuery('#testimonials-list').cycle({
		timeout: 8000,
		fx: 'scrollDown',
		cleartypeNoBg: true
	});
	jQuery('a.colorbox').colorbox({preloading:true});	
	jQuery(".video-img a").colorbox({iframe:true, innerWidth:630, innerHeight:315});
	jQuery('#query-posts-3 .widget-title').append('<a href="/news">See All</a>');
});



