
var out = '';
		
	out +='<div id="MRQE" style="width:110px; text-align:center;">';
	
   	out +='<a href="http://www.mrqe.com/movie_reviews/the-wolfman-m100086477" 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="The Wolfman (2010) Review">The Wolfman (2010)</a>';
	out +='<a href="http://www.mrqe.com/movie_reviews/the-wolfman-m100086477"><img alt="The Wolfman (2010) - MRQE Metric: 50" src="http://mrqe_histograms.s3.amazonaws.com/detailed-graph-320.jpg?score=50" style="border:none;" title="The Wolfman (2010) - MRQE Metric: 50" /></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/the-wolfman-m100086477" alt="The Wolfman (2010) 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;
}
