$(document).ready(function(){$("q").each(function(){$(this).replaceWith("<a href=\"" + $(this).attr("title") + "\" class=\""+$(this).attr("class")+"\"" + ">" +$(this).text() + "</a>");});});	
