
	$(function(){
		$("fill this in later").hoverAttribute({
		   attribute: "href",
		   animationTime: 0.3,
		   animationEase: "linear",
		   tweenInFrom: "left",
		   parseAsURL: null,
		   removeProtocol: true,
		   removeWWW: true,
		   wrapLink: "after",
		   wrapLength: 60,
		   highlightURLPart: "host",
		   cssSettings: {
		      canExpandFullWidth: true
		   }
		});
	});


