23 lines
710 B
JavaScript
23 lines
710 B
JavaScript
////////////////////////////////////////////////////////////////////////////
|
|
// Copyright details.
|
|
////////////////////////////////////////////////////////////////////////////
|
|
var oneDate = new Date();
|
|
var theYear = oneDate.getYear();
|
|
|
|
if(navigator && !(navigator.appName == "Microsoft Internet Explorer"))
|
|
{
|
|
theYear = theYear + 1900;
|
|
}
|
|
|
|
var terms = "<a href='/infopage/XXX_LANGUAGE_XXX/htxview?template=basic.htx&content=termcond.htx'>Copyright</a> © " + theYear + " ProQuest Information and Learning Company. All Rights Reserved.";
|
|
|
|
var issues = "4,184";
|
|
|
|
var end = "1995";
|
|
|
|
var million = "13.9";
|
|
|
|
var spanish = "364";
|
|
// below is the no of journal linked from PCI + PCI FT to JSTOR
|
|
var jstor = "129";
|