/* ******************************************/
/*	www.KOOLPOETRY.com Project				*/
/*	SingUp From Validation Code				*/
/*	Mob: 0092- 321 4829771					*/
/*	www.MMHAQ.net All Copy Right			*/
/* ******************************************/


function deleteAlert(name,id){
var conBox = confirm("Are you sure you want to delete: " + name);
if(conBox){ 
location.href="?del="+ id + "&mode=remove";
}else{
return;
}
}
