
var out = '';
		
	out +='<div id="MRQE" style="width:110px; text-align:center;">';
	
   	out +='<a href="http://www.mrqe.com/movie_reviews/night-at-the-museum-battle-of-the-smithsonian-m100074628" 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="Night at the Museum: Battle of the Smithsonian (2009) Review">Night at the Museum: Battle of the Smithsonian (2009)</a>';
	out +='<a href="http://www.mrqe.com/movie_reviews/night-at-the-museum-battle-of-the-smithsonian-m100074628"><img alt="Night at the Museum: Battle of the Smithsonian (2009) - MRQE Metric: 51" src="http://mrqe_histograms.s3.amazonaws.com/detailed-graph-208.jpg?score=51" style="border:none;" title="Night at the Museum: Battle of the Smithsonian (2009) - MRQE Metric: 51" /></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/night-at-the-museum-battle-of-the-smithsonian-m100074628" alt="Night at the Museum: Battle of the Smithsonian (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;
}
