
var out = '';
		
	out +='<div id="MRQE" style="width:110px; text-align:center;">';
	
   	out +='<a href="http://www.mrqe.com/movie_reviews/harry-potter-and-the-halfblood-prince-m100074500" style="color:#444444; font-size:12px; text-align:center; font-weight:bold; margin:0 0 2px; padding:0; font-family:Helvetica, Arial, sans-serif; display:block; text-decoration:none;" target="_blank" title="Harry Potter and the Half-Blood Prince (2009) Review">Harry Potter and the Half-Blood Prince (2009)</a>';
	out +='<a href="http://www.mrqe.com/movie_reviews/harry-potter-and-the-halfblood-prince-m100074500"><img alt="Harry Potter and the Half-Blood Prince (2009) - MRQE Metric: 74" src="http://mrqe_histograms.s3.amazonaws.com/detailed-graph-224.jpg?score=74" style="border:none;" title="Harry Potter and the Half-Blood Prince (2009) - MRQE Metric: 74" /></a>';
	
	out += '<p style="color:#444444; font-size:10px; margin:3px 0 0; padding:0; font-family:Helvetica, Arial, sans-serif;"><a href="http://www.mrqe.com/movie_reviews/harry-potter-and-the-halfblood-prince-m100074500" alt="Harry Potter and the Half-Blood Prince (2009) Review" style="color:#C62626;" target="_blank">Read other reviews about this film</a></p>';
	out += '<p style="color:#000; font-size:10px; margin:5px 0 0; padding:0; font-family:Helvetica, Arial, sans-serif;">Powered by <a href="http://www.mrqe.com/" title="Movie Reviews"><img alt="Movie Reviews" src="http://www.mrqe.com/images/MRQE.gif" style="vertical-align:middle; border:none;" /></a></p>';
	out += '</div>';


if (typeof(MRQE_target_id) == "undefined") {
  document.writeln(out);
} else {
  var html = document.getElementById(MRQE_target_id);
  html.innerHTML = out;
}
