function myfunction(){
	var ss="http://www.blogertizeworld.com/bwjams/addshout.php?ah="+document.frmshout.shoutdata.value;
	ss+=("&uid="+document.frmshout.shuserid.value+"&nid="+document.frmshout.shnoticeid.value);
	if(document.frmshout.shuserid.value=='-1'){
		ss+=("&username="+document.frmshout.username.value+"&emailid="+document.frmshout.email.value);
	}
	var ww=window.open(ss,'_self','Add window');


}
