$(document).ready(function(){
	$('a[href^="http://"]').not('[href*="idmidwest.com"]').not('[href*="omahatravelclinic.com"]')
	    .attr({target: "_blank", title: "Opens in a new window"});
	$("#news div").scrollable({
						   vertical:true
						  ,size:3
						  ,clickable:false
						  ,items: "ul"
						  })
				  .mousewheel();
	$('ul.tabs').tabs("#splash div", {
			 effect: 'fade'
			,fadeOutSpeed: "slow"
			,fadeInSpeed: "slow"
	 		,rotate: true
	 		}).slideshow({autoplay:true,interval:4000});
	$("#copy ul, #copy ol").not("#news ul").addClass('color').children('li').wrapInner('<span></span>');
	Date.firstDayOfWeek = 0;
	Date.format = 'mm/dd/yyyy';
	$('#Date').datePicker({
						  clickInput:true
						  });
});

var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-3820556-41']);
 _gaq.push(['_trackPageview']);

 (function() {
   var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
   (document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(ga);
 })();
