	//alert('hi');
        href = document.location.href;     
        end = (href.indexOf("?") == -1) ? href.length : href.indexOf("?");   
        filename =  href.substring(href.lastIndexOf("/")+1, end);
        //alert(filename);
        out = filename.substring(0,filename.indexOf("."));
        // alert(out );        
     //document.write(' Surah No.'+out+'');		
     document.write(' <a href="index.html">Surah List</a> :');
	 //document.write(' Surah No.'+out+'');	
    document.write(' <a href="index.'+out +'.html">Surah No.'+out+'</a>')	;		 
	document.write('<br><font size="1" style="color: #CCCCCC"}>[Note: Please read the Quranic Ayah @ end of the Previous page, before reading it\'s tafseer in this page]</font>');		
	
	//document.write(' <a href="___menu.htm">Surah No.'+out+'</a>')	;

	
	
