
//Text Array for the different kind of links mouseOver and mouseOut events 


$(document).ready(function() {

 		/*$("a[@id]").hover(function () {
       		$("#boxtext").html(texts[this.id]);
			$("#boxtext").addClass("border");

		});*/
		
       $('a.load-local').cluetip({
       	local:true,
       	titleAttribute:'name',
       	sticky:true,
       	closePosition: 'bottom'
       	});
})

/*
// Array of texts:
texts = {};
texts.gateway = "This is some space that needs some explanation what a Gateway page is for the Naples Free-Net. We have about 60 words to do that.";
texts.homepage = "Home Page for the Naples Free-Net";
texts.webmail = "Go directly to Web e-mail.  The easy way to read and write e-mail when you are away from home.";
texts.regonline= "Premium Accounts can now register on-line";
texts.renewal = "Easy way to renew your account On Line.";
texts.dsl = "Complete information on the NFN DSL services.";
texts.members = "Member information and downloads for<br/>Dial up Accelerator<br/>Spam Filter<br/>Photo Album<br/>E-Mail forwarding<br/>	Changing your NFN password<br/>	When does my account expire<br/>	Web Mail information"
texts.immokalee ="Direct link to the Immokalee Community page. Learn more about events in the community, also the home of Immokalee InterAgency Council (IIAC)";
texts.community = "Community - Home of community features<br/> the Swap-Shop,<br/> Community Calendar for many happenings in our community,<br/> Community Links, a collection of links to various organizations and point of interest, and many more.";
//texts.faqs = "Answers to many frequently asked questions that deal with NFN services.";
texts.sitemap = "A listing of and links to major portions of the NFN Web Site.";
texts.education = "Regular classes on e-mail, digital photography, how to use our Premium Services, the internet and about many more things. For Premium account holders those classes are free of charge.";
texts.howtos = "Find a vast amount of how-to articles published on the user with NFN, troubleshooting your connections and on various Internet topics.";

// needs more for community, but the community calendar... 

*/
