/*
 Global Namespace for BlackInk
*/
var BI = {};

/* init */
jQuery(document).ready(function() { 
	$("a[Title='Contact Us']").click(function(e) {
		e.preventDefault();
		$.scrollTo( '#slideto-contactus', 800);
	});
	
		
	    
}); 

