this.init = function(){
	//$("a[rel='external']").attr("href","");
};

$(document).ready(function(){
	init();
});