function runServices() {
	//run the marquee 
	populate();
	
	//check the referer
	checkRef();
	

}

window.onload = runServices;
