// JavaScript Document


$(document).ready(function() {
 
});

function hideIntro() {
 $('.overlay').hide();	
}
