var credit_main = 'Web Designed and Developed by'
var credit_site = 'www.peteprofile.com';
var credit;

function print_credit() {
	credit = '<div class="credit_link" style="margin-top:10px">';
	credit += '<div align="center">';
	credit += '<font color="#fee79f">';
	credit += credit_main;
	//credit += '<img src="images/credit/peteprofile.png" width="16" height="16" style="margin-left:5px; margin-right:5px; margin-top:10px">';
	credit += ' <a href="http://www.peteprofile.com" target="_blank">';
	credit += credit_site;
	credit += '</a></font></div></div>';
	return credit;
}