﻿		function startLyteFrame(title, url) { 
			var anchor = this.document.createElement('a'); 
			anchor.setAttribute('rev', 'width: 680px; height: 480px; scrolling: auto;'); 
			anchor.setAttribute('title', title); 
			anchor.setAttribute('href', url); 
			anchor.setAttribute('rel', 'lyteframe'); 
			myLytebox = new LyteBox(680, '');
			myLytebox.start(anchor, false, true); 
			return false; 
		} 

		function showLastEntry(){
			window.setTimeout(function() { startLyteFrame('','http://www.sail2horizons.com/tripcon/20100608224335.htm'); }, "100");
		}