/* Author: 

*/

Cufon(".counterWrapper h1, .reserveUsername h1, .register, .listingHeader, .connectHeader, .posterTitle, .socialMedia");

function sendTweet(message){
	var url = 'http://twitter.com/share?text=' + encodeURIComponent(message + '');


	window.open(url,'Tweet_versturen','width=550,height=430,scrollbars=yes,toolbar=no,location=yes');
}
