/* This file chooses the databases to be displayed for a particular subject area.*/

/* The next two lines should NOT be edited*/
var DbNum = new Array();
var altDescr = new Array();

/* Edit the next line to set the title for the page (e.g. Art)*/
/* When you have finished, rename this file to the first word of the name of the discipline covered (e.g. art.txt) */
PageTitle="Newspapers"

/* This line gives the URL to the Recomended Web Pages for the subject area.*/
OurPicks = "";

/* The next entry is the first section heading.  Edit or copy to make different heading.*/
DbNum[1] = 0;
altDescr[1] = "Newspaper Databases";

/* The following lines set which databases will be displayed and in what order.*/
/* Each entry consists of two lines.*/
/* The first line is the number of the database which you can find using the alldatabases.htm page*/
/* Also fill in the database name. This can be a short name since it is only used for maintainance purposes. */
/* The second line is an alternate, brief description of the database.*/
/* If the altDescr line is left blank, the standard description will be used.*/
/* the altDescr line must be present.*/
DbNum[2] = -1;  /*database name= "   "*/
altDescr[2] = "type=newspaper";
DbNum[3] = 0;
altDescr[3] = "Newspapers Online";
DbNum[4] = -2;  /*database name= "   "*/
altDescr[4] = "<img src=\"/library/image/fulltext.gif\" alt=\"Full Text\">  <a href=\"http://nytimes.com/\">New York Times</a> <br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.washingtonpost.com\">The   Washington Post</a> <br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://mimas.calstatela.edu/login?url=http://www.umi.com/pqdauto?COPT=SU5UPTAmREJTPTI1Qg@@\">Los Angeles Times</a><br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://mimas.calstatela.edu/login?url=http://proquest.umi.com/login?COPT=SU5UPTAmVkVSPTImREJTPTM0QTM@&clientId=17855\">Advocate</a><br> <img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://mimas.calstatela.edu/login?url=http://proquest.umi.com/login?COPT=SU5UPTAmVkVSPTImREJTPTIxRA@@&clientId=17855\">Chicago Tribune</a> <br> <img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://mimas.calstatela.edu/login?url=http://proquest.umi.com/login?COPT=SU5UPTAmVkVSPTImREJTPTI0MA@@&clientId=17855\">The Baltimore Sun</a> <br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.sjmercury.com/\">San   Jose Mercury</a> <br>  <img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.ft.com/\">Financial   Times (London)</a> <br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.mainichi.co.jp/index-e.html\">Mainichi   (Tokyo)</a> [English] <br><img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.sueddeutsche.de/\">S&uuml;ddeutsche   Zeitung </a> [German] <br>  <img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.theaustralian.news.com.au/\">The   Australian (Sydney)</a> <br>  <img src=\"/library/image/fulltext.gif\" alt=\"Full Text\"> <a href=\"http://www.clarin.com/\">Clar&iacute;n   Digital (B. Aires)</a> [Spanish]";
DbNum[5] = 0;
altDescr[5] = "Current Event Databases";
DbNum[6] = 43;  /*database name= "CQ res"*/
altDescr[6] = "";
DbNum[7] = 44;  /*database name= "CQweek"*/
altDescr[7] = "";

/* This line will be filled in by UITF */
NumDbs = 7;

