$(function() {
	$("#lineContents").hide().fadeIn(2000);
	$("#SalonContents").hide().fadeIn(2000);
});

