I need to create a timer that changes and stops when mouse is over the username i cannot edit the HTML so i have to change the username using the text below
$(document).ready(function() {
$("a").css("visibility","visible");
$("img[width!='32']").css("display","inline");
$("a[href*='/?q=ntlp/user/profile/197566']").html("username goes here");
$("a[href*='/?q=ntlp/user/profile/197566']").attr("href","www.website.com");
});
but need to change between two usernames and i don't know how to do it.