
$('a').filter(function() {
	//Compare the anchor tag's host name with location's host name
	return this.hostname && this.hostname !== location.hostname;
}).addClass("external");
	
	
// $.easy.navigation();
$.easy.tooltip("a[title]");
$.easy.popup();
$.easy.external('a[rel="external"], a.external');
$.easy.rotate();
$.easy.forms();
$.easy.showhide();
$.easy.jump();



$("#facebook").tabs();
$("#webtv").tabs();
$("#webcams").tabs();
$("#podcasts").tabs();
