<!-- Begin



var showdate	= "yes"		// SHOW THE DATE ON THE PAGE
var showbar2	= "yes"		// SHOW THE DATE ON THE PAGE




document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="headerbar"><tr><td align="left" class="printhide">');


// START DATE SCRIPT

   if (showdate == "yes") {

document.write('<div id="date-location">');
var d=new Date();
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ");

document.write(monthname[d.getMonth()] + " ");

document.write(d.getDate() + ", ");

document.write(d.getFullYear());
document.write("</nobr><br></span>");
document.write('</div>');
}
else {
document.write('&nbsp;<br>');
}



document.write('</td><td align="right">');


document.write('<div id="ISSN-location">');

document.write('<a  class="barlink">ISSN 0975-8542</a><br>');

document.write('</div>');



document.write('</td></tr></table>');





   if (showbar2 == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="headerbar2"><tr><td class="printhide"><marquee bgcolor="green" width="100%" style="color: #FFFFFF">JGPT Indexing/Abstracting in: Index Copernicus, DOAJ, OpenJ-gate, NewJour, Science Central and many more ;Authors are responsible for their research work carried out, animals used for experiments, presentation and results expressed. Editor-in-Chief, Editors and Editorial Board does not claim any responsibility, liability of statements made and opinion expressed by authors. Editors do not necessarily agree with the views expressed in the matter published herein.</marquee>');
document.write('<img src="picts/spacer.gif" height="2" width="2" border="0"><br>');
document.write('</td></tr></table>');
}

//  End -->
