$(document).ready(function () {

	$(".videos a").each(function (index) {
		$(this).simpletooltip($(this).attr("rel"));
	
	});
});
