function displaySidebar()
{
	var whoami =  '';
	whoami +=	'<img src="/images/peek.jpg" align="right" /><p><b>Hi There :-)</b> I started this site a little while ago to help out people who may not know';
	whoami +=	'  much about buy a used car. I am going to be adding more articles as time goes';
	whoami +=	'  on covering lots of subjects related to buying cars. </p>';
	whoami +=	'<p><b>Why would someone write about used cars and financing ?</b> Well you have to know';
	whoami +=	'  a little about me, names Scott Horne by the way, to understand that. I left';
	whoami +=	'  home when I was 18 to serve in the United States Navy which I did for 10 years';
	whoami +=	'  on';
	whoami +=	'  a submarine.';
	whoami +=	'  The';
	whoami +=	'  home';
	whoami +=	'  I';
	whoami +=	'  left was poor and I had never driven, never used a check book, and never even';
	whoami +=	'  discussed with anyone how credit worked or how to finance a large purchase.';
	whoami +=	'  As you might guess the poeple who taught me about financing when I was in the';
	whoami +=	'  Navy were more concerned about how much I could pay them a month than my education.';
	whoami +=	'  I came close to bancruptcy early on but fortunatly didn\'t have to go that route.';
	whoami +=	'  I want to help others learning about personal finance that way and I hope I';
	whoami +=	'  can start with you. </p>';
	whoami +=	'<p>&nbsp;</p>';
	document.write(whoami);
}
