/* Perspectives Article */
var article_hdr_img, columnist_bug;
$(function(){
	article_hdr_img = '<a href="/mlb/news/perspectives.jsp"><img src="/images/article/vkey/perspectives.jpg" width="300" height="100" border="0" alt="Perspectives" /></a>';
	$('#article_head_promo').html(article_hdr_img);
	
	if ((typeof articleMeta != 'undefined') && (typeof articleMeta.columnist != 'undefined')) {
		columnist_bug = '<div id="article_columnist" class="primaryBg"><img src="'+articleMeta.columnist.thumb+'" />Baseball Perspectives<div id="article_columnist_name">'+articleMeta.columnist.name+'</div></div>';
		$('p.byLine').html(columnist_bug).show();
	}	
});
