
// Comments at the top of the page
// to make sure we don't strip off stuff
// that we need to make things look good
// Hopefully, this only affects NS4

function doBlogOutputelement2()
{
	var output = '';
	output += '<a href="http://creditandforeclosure.blogspot.com/2009/06/questions-and-comments.html">'; output += '<h1>Questions and Comments</h1>'; output += '</a>'; output += '<p>Hello,   Please click on the small comments link to leave a comment or ask a question regarding credit, foreclosure, short sales, or loan modifications.<div class="blogger-post-footer"><img width=\'1\' height=\'1\' src=\'https://blogger.googleusercontent.com/tracker/3666015224872047200-1716166430924000747?l=creditandforeclosure.blogspot.com\' alt=\'\' /></div></p>'; 

	document.getElementById('blog_element2').innerHTML = output;
}

doBlogOutputelement2();

// Unknown error