// clickTitle is the Title of the article used to display 
// the article link in the Related Items list as well as in 
// SAVE THIS, EMAIL THIS, PRINT THIS and MOST POPULAR.


// clickRIDate is the date that should be listed next to the 
// title in the related items list

		 
		 
			
			// clickRIURL contains the preview URL of the article
			var clickRIURL ="";
			 var clickRIDate = ""; 
			var clickTitle = ""; 

			// Formatting parameters for the Plug-in
// Unused parameters may be deleted
var riPARAMS =   "&bullets=N" +        // change to N is you don't want the bullet points
 "&numbers=N" +   
   "&blurbs=short" +   
   "&length=3" +
   "&start=1" +
   "&more=Y" + 
   "&label=%3Cbr%3E%3Ccenter%3EMore+related+items%3C/a%3E%3Cimg+src%3D%22/time/images/transparent.gif%22+height%3D%221%22+width%3D%2210%22+border%3D%220%22%3E%7C%3Cimg+src%3D%22/time/images/transparent.gif%22+height%3D%221%22+width%3D%2210%22+border%3D%220%22%3E%3Ca+href%3D%22/time/archive%22+class%3D%22rilink%22%3ESearch+all+issues+of+TIME+Magazine+since+1985%3C/a%3E%3C/center%3E" +
   "&bgcolor=" +
   "&dates=Y" +
   "&bydate=Y" +
   "&nwin=Y" +
   "&fontlinks=rilink" +
   "&fontdates=ridate" +
   "&fontsummary=ridate";




      // DO NOT CHANGE BELOW FUNCTIONS
      //
function getClickRIURL() {
if (self.clickRIURL) 
	return clickRIURL;
	return self.top.location.href;
}

function getClickTitle() {
    if (self.clickTitle) return clickTitle;
    return document.title;
}


function getClickRIDate() {
if (self.clickRIDate) 
	return clickRIDate;
}
  

function getRiParams() {
	return riPARAMS;
} 

function getRiSize() {
	return riSIZE; 
}
