jQuery(document).ready(function() {
	$(".testimonialsBlock").jCarouselLite({
		auto: 15000,
		vertical: true,
		visible: 1,
		wrap: 'last'
	});
	$(function() {
	$('a#fb-event-banner').lightBox({fixedNavigation:true});
});
});

marqueeInit({
   uniqueid: 'mycrawler2',
	style: { 'padding': '0px', 'width': '100%', 'height': '79px'},
   inc: 2, //speed - pixel increment for each iteration of this marquee's movement
   mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
   moveatleast: 2,
   neutral: 150,
   savedirection: true
});
 
function hl( img ) {
  var src = img.src;
  // src.substr(-7) DOES NOT WORK IN IE
  if( src.substr(src.length-7) === "_bw.gif" ) {
   src = src.substr( 0, (src.length-7) );
   src = src + ".gif";
  } else {
   src = src.substr( 0, (src.length-4) );
   src = src + "_bw.gif";
  }
  img.src = src;
}

