var jq = jQuery.noConflict();

jq(document).ready(function(){
    jq(".csc-textpic-text A").each(function(){
        var email = jq(this).html();
		jq(this).attr('href', "index.php?id=811&email=" + email);
		jq(this).attr('rel', "nofollow");
	});
});
