$(function() {
	$("a.reply").click(function() {
		var id = $(this).attr("id");
		$("div#comment_reply_box"+id).attr("style", 'display:block');
		$("#name").focus();
	});	
    //$('#ba1p').append($('#ba1 iframe'))
});
function setVisibility(id) {
	document.getElementById(id).style.display = 'none';
}
function setVisibility1(id) {
	document.getElementById(id).style.display = 'block';
}
function submitsearch(thisform)
{
	if (thisform.search.value!='' && thisform.search.value!='Search ...') {
		thisform.action = "/search/" + thisform.search.value + "/";
		return true;
	}
	return false;
	
}
