
function add_stat(url){
	 $.post(url, { type: "stats"},function(data){});    
}
 
 function set_st(value){
		$.post("/json/set/f/SignupType/"+value, { type: value },function(data){  });    
}
var message="Please be creative and don't copy and paste the samples."; 
function rightclick(b) { 
if (navigator.appName == 'Netscape' && (b.which == 3 || b.which == 2))
{ alert(message); return false;}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{ alert(message); return false;
}
return true;
} document.onmousedown=rightclick;
if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=rightclick;
