// JavaScript Document
/*
function IPrint()
{
	this.mapWidth=660;
	this.mapHeight =600 ;
	this.legendWidth;
	this.legendHeight;

	
	this.title;
	this.countyName;
	this.countySealURL;
	
	this.createLayout = createLayout;
	this.getPrintLayout = getPrintLayout;
	this.mapURL;
	this.legendURL;
	
}



function createLayout() 
{
	var printHTML = '';	
	var date = getCalendarDate();
	var time = getClockTime()


	
}
function getPrintLayout()
{
		


			
	
}
*/










