<!--
function show()
{
   var closed=document.cookie ;
   
   var index=closed.indexOf("isclosed");
   
   
   if(index<0)
        alert("To enable Real Audio please close the window ( small ) ' Voice of Sandipan ' ");
}
//-->
