$(function(){
	
	$('.toggler').click(function(){
		tarGet = $(this).attr('href');
		$(tarGet).slideToggle('fast');
		return false;
	});

$(document).ready(function() {
   if (location.href == '#usermessage2a'){
   alert('hi');
   }
});

    
$('ul#clients').cycle({ 
	fx:    'scrollRight', 
    speed:  'slow', 
    delay:  -4000 
   });
$('ul#masthead-list').cycle({ 
	fx:    'fade', 
    speed:  'slow', 
    timeout:  7000
   });
$('#certifications-slide').cycle({ 
	fx:    'fade',
    delay:  -190000 , 
    timeout:  7000
   });
   
$('a.media').media( { height: 300, width: 352, autoplay: true } );


$.fn.nyroModal.settings.processHandler = function(settings) {
  $.nyroModalSettings({
    type: 'iframe'
  });
};



});