$(document).ready(function(){
	$('ul.fader').innerfade();
	url = String(window.location);
	pagehref = String(url.substr(url.lastIndexOf('/')+1));
	if (pagehref == 'contact.php') {
		initialize();
		showAddress('65-67 Canterbury Road, Montrose, VIC, 3765'); 
	}
})
