$(document).ready
(
	function()
	{
		jssmoothmenu.init({
			mainmenuid: 'sMenu',
			classname: 'jssmoothmenu',
			orientation: 'h'
		});
		
		$('#sMenu li').eq(0).attr('id','sHome');
		
		function stretchDiv()
		{
			$('#sMid').css('height',0);
			var stretch = $('.wrapper').height()  - 400;
			$('#sMid').css('height',stretch);
		}
		
		stretchDiv();
		
		$(window).resize(function()
		{
			stretchDiv();
		});
		
		$('.jshIc select').magicSelect();
		$('.jshIc input,#agentEmail').inputLabel();
		
		rollIt('networkHookScreen','networkHookRoll','div',2,'horizontal',false,'network');
		
		socialShare('addthis','xxx','.jbdBc');
	}
);
