<!-- File to be deprecated under oa_content_spoofing_deprecation feature -->
<?php if($this->viewType == "release"){
	echo $this->partial('pricing/_listreleasepricing.phtml', array('view' => $this));
}
elseif($this->viewType == "track"){
	echo $this->partial('pricing/_listtrackpricing.phtml', array('view' => $this));
}?>