/* Perspectives Article */
var article_hdr_img, columnist_bug;
$(function(){
	article_hdr_img = '<a href="/mlb/news/perspectives.jsp"><img src="/images/article/hdr_perspectives.gif" width="581" height="60" border="0" alt="Perspectives" /></a>';
	$(article_hdr_img).prependTo('#article_head');
	
	if ((typeof articleMeta != 'undefined') && (typeof articleMeta.columnist != 'undefined')) {
		columnist_bug = '<div id="article_columnist" class="primaryBg"><img src="'+articleMeta.columnist.thumb+'" />Baseball Perspectives<hr />'+articleMeta.columnist.name+'</div>';
		$(columnist_bug).prependTo('#article_sidecolumn');
	}	
});
