﻿window.onload = OnLoadQueue;

function OnLoadQueue(){

	if(typeof(CodeChecker)=="undefined")
	{
		//ShowModalInfo("<p></p>");
	}else{
		if(CodeChecker.Accepted())
		{
			StartTipRotator();
			if(typeof(LinkRotator)!="undefined" && LinkRotator.Count>0)
			{
				LinkRotator.Start();
			}
		}
	}
}

function gObject(oName){
	return document.getElementById(oName);
}
