/**
 *  Cobban.js
 *
 *  Implement the dynamic functionality of the Cobban.html page
 *
 *  History:
 *	2011/06/24	created
 *
 *  Copyright &copy; 2011 James A. Cobban
 **/

window.onload	= onLoad;

/**
 *  onLoad
 *
 *  Perform initialization after page is loaded
 *
 **/
function onLoad()
{
    getRightTop();
}		// onLoad

