//  My sorry-ass Js file.

$(document).ready(function(){	
	// $('#cmsg').autogrow();	// Autogrows Contact Form and Comment Form
});

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