function drawHeader() {
	
	var content;
	content = '<script src="http://maps.google.com/maps?file=api&v=2.140&key=' + sApiKey + '" type="text/javascript"></script><link href="pedometerStyle.css" rel="stylesheet" type="text/css"></head><body onload="initializeMap();" onunload="GUnload();" marginheight="0" topmargin="0">';
	
	document.write(content);
	
}
drawHeader();