function showMailLink(user, domain, cls){
	document.write('<a href="mailto:'+user+'@'+domain+'" title="" class="'+cls+'">'+user+'@'+domain+'</a>');
}
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme:'facebook'
	});
});

