$(document).ready(function(){
		
		
	
		
		
		function gup( contact )
		{
	  	contact = contact.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	  	var regexS = "[\\#&]"+contact+"=([^&#]*)";
	  	var regex = new RegExp( regexS );
	  	var results = regex.exec( window.location.href );
	      
	    
	    if( results == null )
	    return "";
	  	else
	    return results[1];
		}  
    
    
      
    	if ([gup('contact')] == 1 ) {
    		$('html,body').animate({scrollTop:700}, 'slow');
			$('#kevin-gregorich').animate({borderBottomColor: "yellow",
			 					borderLeftColor: "yellow" ,
			 					borderRightColor: "yellow",
			 					borderTopColor: "yellow",
			 					borderWidth: "10px"
			 					}, 600);
			$('#kevin-gregorichEmail').animate({backgroundColor: "yellow"}, 600);
			}

    	
    	if ([gup('contact')] == 2 ) {
    		$('html,body').animate({scrollTop:1100}, 'slow');
			$('#john-naugle').animate({borderBottomColor: "yellow",
			 					borderLeftColor: "yellow" ,
			 					borderRightColor: "yellow",
			 					borderTopColor: "yellow",
			 					borderWidth: "10px"
			 					}, 600);
			$('#john-naugleEmail').animate({backgroundColor: "yellow"}, 600);
			}
    	
    	if ([gup('contact')] == 3 ) {
    		$('html,body').animate({scrollTop:1600}, 'slow');
			$('#mark-naugle').animate({borderBottomColor: "yellow",
			 					borderLeftColor: "yellow" ,
			 					borderRightColor: "yellow",
			 					borderTopColor: "yellow",
			 					borderWidth: "10px"
			 					}, 600);
			$('#mark-naugleEmail').animate({backgroundColor: "yellow"}, 600);
    		}
    		
    	/*
if ([gup('contact')] == 4 ) {
    		$('html,body').animate({scrollTop:1900}, 'slow');
			$('#pete').animate({borderBottomColor: "yellow",
			 					borderLeftColor: "yellow" ,
			 					borderRightColor: "yellow",
			 					borderTopColor: "yellow",
			 					borderWidth: "10px"
			 					}, 600);
			$('#peteEmail').animate({backgroundColor: "yellow"}, 600);
    		}
*/

});