function disableSeoLinks() {
	//alert($('.seoLink').length);
	$('.seoLink').remove();
}
