// JavaScript Document
window.onload = function()
{
	startDrops() ;
	var linkTracker = new LinkTracker();
	linkTracker.initLinks();	
}