$(document).ready(function() {
	$("a.votelinkimg").each(function() {
		var nUrl = $(this).attr("href");
		nUrl = nUrl.replace(/js=f/,"js=t");
		$(this).attr("href",nUrl);
	});
});





