$(function() {

 	$('#topbadges').cycle({speed:2000,timeout:2000,});
});

//Cufon.replace('.helvetica'); 


function show_it(objTarget) {
	document.getElementById(objTarget).style.display = "block";
}

function hide_it(objTarget) {
	document.getElementById(objTarget).style.display = "none";
}



function fbs_click(u) {
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}


function clearemailfield(str) {
	if (document.getElementById('addemail').value == str) {
		document.getElementById('addemail').value = '';		
	}
}

function fillemailfield(str) {
	if (document.getElementById('addemail').value == '') {
		document.getElementById('addemail').value = str;		
	}
}