function MM_openBrWindow(theURL,winName,features) { //
  window.open(theURL,winName,features);
}

function makeQuickLinks() {
document.write ('<div class="footer" style="clear:left;">');
document.write ('<a href="index.htm">Home</a>');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="#" onclick=MM_openBrWindow("/tour/tour.html","1","width=582,height=402")>Tour</a>');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="faq.htm">FAQ</a>');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="students.htm">Student Employment</a>');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="resources.htm">Other Resources</a>');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="http://www.rose-hulman.edu">RHIT</a> ');
document.write ('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write ('<a href="sitemap.htm">Sitemap</a>');
document.write ('&nbsp;|&nbsp;');
document.write ('<a href="contact.htm">Contact Us</a>');
document.write ('</div>');

document.write ('<div id="facebook icon area" style="border-bottom-left-radius:15px;float:left; width:100px; height:70px; background-color:#B8C5D3;">');
document.write ('<a href="http://www.facebook.com/RHVentures" target="_blank"><img border="0" src="images/facebook.png" class="facebookIcon" style="background-color:#B8C5D3;" alt="Facebook Logo"></a>');
document.write ('</div>')
document.write ('<div id="copyright area" class="footer" style="border-bottom-right-radius:15px;float:left; width:760px; height:70px; background-color:#B8C5D3">');
document.write ('<p style="background-color:#B8C5D3;padding-top:0px;padding-bottom:0px;">Copyright 2011 Rose-Hulman Ventures.  All rights reserved.<br>');
document.write ('100 South Campus Drive /  P.O. Box 3799  / Terre Haute, IN 47803 /  812-244-4000</p>');
document.write ('</div>');
}

function generate(x, y) 
{
   var range = y-x+1; var l = ("" + range).length; 
   var num = (Math.floor(Math.random()* Math.pow(10,l)) % range) + parseInt(x); 
   return num;
 } 

function makeNavList()
{
	var a = 1;
	var b = 4;
	var randimages = generate(a,b);

	document.write('<img src="images/main' + randimages + 'ventures.png" style="width:100%;height:241px; border-width:0px; padding:0px; margin:0px" alt="random pictures">');     
   
	document.write('<br><br>');
	document.write('<p><a href="about.htm">About Us</a></p>');
	document.write('<p><a href="profile.htm">Profile</a></p>');
	document.write('<p><a href="#" onclick=MM_openBrWindow("tour/tour.html","1","width=582,height=402")>Tour</a></p>');
	document.write('<p><a href="team.htm">Our Team</a></p>');
	document.write('<p><a href="facilities.htm">Facilities</a></p>');
	document.write('<p><a href="working.htm">Working With Us</a></p>');
	document.write('<p><a href="client.htm">Clients</a></p>');
	document.write('<p><a href="students.htm">Students</a></p>');
	document.write('<p><a href="news.htm">News</a></p>');
	document.write('<p><a href="successes.htm">Successes</a></p>');
	document.write('<p><a href="contact.htm">Contact Us</a></p>');
	document.write('<p><a href="index.htm">RHV Home</a></p>');
	document.write('<br>');
	document.write('<a href="http://colleges.usnews.rankingsandreviews.com/best-colleges/rose-hulman-institute-of-technology-1830"><img border="0" src="images/usnewslogo2012.jpg" class="images" style="width:123px;height:118px;padding-left:0px;padding-right:0px;" alt="USnews Logo"></a>');
	document.write('<h4>#1 Thirteen Years in a Row!</h4>');
}

