/* ruheader.js - Common head of ru documents
*/

document.write('<style type="text/css">');
document.write('<!--');
document.write('  .rolls { font-family:Arial; font-size:10pt; text-decoration:none; color:#FFFF00; }');
document.write('  A.rolls:hover { color:red; }');
document.write('-->');
document.write('</style>');


  <!-- Hiding the code
if (document.URL.indexOf('https') > -1)      
	{
	var imagebase ='https://secure.ulteritec.net/www.reunions-unlimited.com/';
	var linkbase ='http://www.reunions-unlimited.com/';
	var linksuff = '';
	if (document.URL.indexOf('?') > -1)
		{
		var docurlArray = document.URL.split('?');
		var linksuff = '?' + docurlArray[1];
		}
	}
else
	{
	var imagebase ='';
	var linkbase ='';
	var linksuff = '';
	}


document.write('&nbsp<P>\n');
document.write('<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'services.htm' + linksuff + '" target="_top" class="rolls"><B>Our ');
document.write('Services</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'media.htm' + linksuff + '" target="_top" class="rolls"><B>In The ');
document.write('News</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'references.htm' + linksuff + '" target="_top" class="rolls"><B>Letters of Recommendation</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'nyschools.htm' + linksuff + '" target="_top" class="rolls"><B>New York High School Reunions</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'njschools.htm' + linksuff + '" target="_top" class="rolls"><B>New Jersey High School Reunions</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'nyclients.htm' + linksuff + '" target="_top" class="rolls"><B>New York <br>Client List</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'njclients.htm' + linksuff + '" target="_top" class="rolls"><B>New Jersey<br>Client List</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'registration.htm' + linksuff + '" target="_top" class="rolls"><B>Registration</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('	<a href="');
document.write(linkbase + 'contact.htm' + linksuff + '" target="_top" class="rolls"><B>Contact Us</B></a>\n');
document.write('	<hr color="#FDFCD0">\n');
document.write('<P>\n');


  // done hiding -->





