$(document).ready(function(){
	$('.gallery-holder').fadeGallery({
		gallery : '> ul',
		prev : false,
		next : false,
		play : false,
		pause : false,
		thumbnails : false,
		autoplay : 5000
	});
	FormToAkamaiRedirect('gerlach.house.gov');
});
// Send relative links to unSSL canonical DNS
function FormToAkamaiRedirect(defaultDomain)
{
  if(location.hostname != defaultDomain
    || location.protocol != 'http:')
  {
    $('a[href^=\\/]').each(function(){
      var origUrl = $(this).attr('href');
      $(this).attr('href', 'http://' + defaultDomain + origUrl);
    });
  }
}

