// Core Javascript for Logician(tm)
//  Copyright (c) 2007-2008 by Micah Ferrill

addLoadEvent(function(){
	if (getElement('frame').childNodes[1].id == 'top'){
		// round the document border
		roundElement('frame',{'color':'#ffffff'});
	}
});