﻿
$(document).ready(function() {
			
					$('#MSNBox').scrollFollow(
					{
						speed: 500,
						offset: $(window).height() - 488,
						killSwitch: 'exampleLink',
						onText: 'Disable Follow',
						offText: 'Enable Follow'
					}
				);
	
	
	$("#MSNColse").click(function() {
		$("#MSNBox").fadeOut("2000");
	});




});
