// Default values are the values for the page that you want the user to see when he hits "This Issue". This should be changed when new issues come out. The article and page should probably remain unchanged since we always want the
// user to see the cover first, but those can be changed too if the need is felt.
var g_defaultIssue = "Fall-2008"; 
var g_defaultArticle = 0;
var g_defaultPage = 1;

// These are variables that the issueBrowser uses to figure out what the current page is. These should not be messed around with by any humans. The code will take care of these... 
var g_currIssue;
var g_currArticle;
var g_currPage;



