//----------------------------------------------------------------
// RISNER NAUKAM DESIGN GROUP, Inc.
// Javascripts for RNDG.net V3.



//----------------------------------------------------------------
// 

// ******** ADD IN THE NAME OF THE LINKS IN THIS CATEGORY....

var URLS = new Array(
	"1",
	"2",
	"3"
);



theURL = document.location + "x"; 
var pics = new Array();
var theURLlength = URLS.length;

a = 0; b = 0;

picSizes = " width='8' height='8' ";

while (a < theURLlength)
{
  theLink = URLS[a];

  a++;

  if (theURL.indexOf(theLink) > -1) { 
	pics[a] = "arrow.gif"; b=1;
  } else { 
	pics[a] = "spacer.gif"; 
  }
  
}


if (b == 0) { pics[1] = "arrow.gif"; };


document.write(" <p align='center'> ");
document.write(" <span class='title'>[ methodology ]</span><br> ");
// document.write(" <img src='images/" + pics[1] + "'" +  picSizes + "><a href='http://www.rndg.net/RNSA/methodology.html#1'>link one</a><br> ");
// document.write(" <img src='images/" + pics[2] + "'" +  picSizes + "><a href='http://www.rndg.net/RNSA/methodology.html#2'>link two</a><br> ");
// document.write(" <img src='images/" + pics[3] + "'" +  picSizes + "><a href='http://www.rndg.net/RNSA/methodology.html#3'>link three</a><br> ");
document.write(" </p> ");

// alert(pics[1] + " : " + pics[2] + " : " + pics[3]);