/* common js functions used site-wide */
$(function() {
	//facebook share enhancement
	$('#fbshare').html('<a type="box_count" name="fb_share" href="http://www.facebook.com/sharer.php" title="fb_share">Share</a>');
	
	//tweetmeme enhancement
	$('#tweetmeme').html('<iframe src="http://api.tweetmeme.com/button.js?url='+document.location.href+'" height="61" width="50" frameborder="0" scrolling="no"></iframe>');
});

function clearsearchbox() {
	if($('#searchinput').val() == "Enter keyword"){
		$('#searchinput').val("");
	}
}
