$(document).ready(function () {
				// SIFR Start
				
				$('h1, h2').sifr({font: '/assets/templates/mb/fonts/Nevis', textAlign: 'left', textTransform: 'uppercase'});
				
				//MENU BREAKER
				
				$('#header ul li').not(':last-child').append('|&nbsp;&nbsp;');
				
				//EMAIL INSERT
				
				$('div#general_contact_email').html('<a href="mailto:themachine@themachinebreakers.com">themachine@themachinebreakers.com</a>');
				$('div#gig_contact_email').html('<a href="mailto:johnpell@themachinebreakers.com">johnpell@themachinebreakers.com</a>');
				
				
});