var SITE_NAME="www.BestTahoeRentals.com";
var googleAnalytics="\"http://www.google-analytics.com/urchin.js\"";

// builds page elements that are the same throughtout the site
function buildStaticElements() 
{                           
	// Setting up the top site links
    var linkList="<a href='/' class='nlinks'>Home</a>|<a href='/projects/' class='nlinks'>Projects</a>|<a href='/resume/resume.html' class='nlinks'>Resume</a>|<a href='/imageRepository.php' class='nlinks'>Image Repository</a>";       
    document.getElementById('topNavigation').innerHTML=linkList;        
}