// All instructions begin with // like this line
// DON'T CHANGE THE NEXT FOUR LINES

linkURL = new Array();
linkName = new Array();
linkImage = new Array();
linkDesc = new Array();

// Add and remove links from the list below.
// Links must be numbered sequentially, starting with 0.
// Make sure you get the case (e.g. linkURL, not linkurl)
// and punctuation right.

// You must include a link name, a URL, a logo and a description.
// The link logo, if included, should be 100 wide and 20 high.
// If there is no logo, specify spacer.gif

// In the description (linkDesc) do not add line breaks.
// Do not include double quotes (").
// If you need to include apostrophes, use &lsquo; not '
// E.g. This is Robin&lsquo;s site 
// Not This is Robin's site.

linkURL[0] = '';
linkName[0] = '';
linkImage[0] = '';
linkDesc[0] = ''

linkURL[1] = '';
linkName[1] = '';
linkImage[1] = '';
linkDesc[1] = ' 						.';



