///////////////////////////////////////////////////////////////////////////
//									 //
//  This js-file contains an array with information about all the pages  //
//									 //
///////////////////////////////////////////////////////////////////////////
  
  var allIDs = new Array();
    allIDs[0] = "whatsseo";
    allIDs[1] = "whatspr";
    allIDs[2] = "prhelp";
    allIDs[3] = "prchecker";
    allIDs[4] = "myprchecker";
  
  var urls = new Array();
    urls[0] = "what_is_seo.php?only=text";
    urls[1] = "what_is_pagerank.php?only=text";
    urls[2] = "index.php?only=text";
    urls[3] = "pagerank_checker.php?only=text";
    urls[4] = "my_pagerank_checker.php?only=text";