Maine health and health care news
#set($mainImageMaxWidth =305)
#set($mainImageMaxHeight = 200)
#foreach($item in $cms.links("/news/healthcare/",1,1))
#set($myImage = "")
$cms.template("Get Main Image")
#if($mainImage)
#set($newHeight = $mainImage.height)
#set($newWidth = $mainImage.width)
#set($myImage = $util.tag($mainImage))
##1 $newWidth x $newHeight --
#if($newWidth > $mainImageMaxWidth)
#set($newHeight = $math.round($math.multiply($math.divide($mainImageMaxWidth,$mainImage.width),$mainImage.height)))
#set($myImage = $util.resizeImageTag($mainImage,$mainImageMaxWidth,0))
##2 $newWidth x $newHeight --
#end
#if($newHeight > $mainImageMaxHeight)
#set($newWidth = $math.round($math.multiply($math.divide($mainImageMaxHeight,$mainImage.height),$mainImage.width)))
#set($myImage = $util.resizeImageTag($mainImage,0,$mainImageMaxHeight))
##3 $newWidth x $newHeight --
#end
$myImage
#end
$item.title
$item.summary
#endThe Affordable Care Act: what it means for you
The Affordable Care Act will affect different people in different ways, depending on their incomes, employment, and health care histories.
ÂÂ
A rough guide to the Affordable Care Act
Learn what's changing, key terminology and how to apply for the new insurance plans.
How to apply
Getting covered through President Barack Obama's health care law might feel like a combination of doing your taxes and making a big purchase that requires research.
Here's a step-by-step guide to the process with handy tips.
An Obamacare glossary
Understand the jargon.
Â
More headlines from the Portland Press Herald/Maine Sunday Telegram
-
#set($smallImageMaxWidth =120)
#set($smallImageMaxHeight = 120)
#foreach($item in $cms.links("/news/healthcare/",2,20))
#if($item.id != 223179141)
-
#set($myImage = "")
$cms.template("Get Main Image")
#if($mainImage)
#set($newHeight = $mainImage.height)
#set($newWidth = $mainImage.width)
#set($myImage = $util.tag($mainImage))
##1 $newWidth x $newHeight --
#if($newWidth > $smallImageMaxWidth)
#set($newHeight = $math.round($math.multiply($math.divide($smallImageMaxWidth,$mainImage.width),$mainImage.height)))
#set($myImage = $util.resizeImageTag($mainImage,$smallImageMaxWidth,0))
##2 $newWidth x $newHeight --
#end
#if($newHeight > $smallImageMaxHeight)
#set($newWidth = $math.round($math.multiply($math.divide($smallImageMaxHeight,$mainImage.height),$mainImage.width)))
#set($myImage = $util.resizeImageTag($mainImage,0,$smallImageMaxHeight))
##3 $newWidth x $newHeight --
#end
$myImage
#end
$item.title
$item.summary
#end
#end