
-
#set($imageMaxWidth = 250)
#set($imageMaxHeight = 200)
#set($imgStyle='style="border:1px solid #000; padding: 0px; margin: 5px 15px 5px 0px; float: left; z-index: 0;"')
#foreach($item in $cms.links("/news/carole-swan-fraud-trial/",1,1))
-
#set($myImage = "")
$cms.template("Get Main Image")
#if($mainImage)
#set($newHeight = $mainImage.height)
#set($newWidth = $mainImage.width)
#set($myImage = $util.tag($mainImage,$imgStyle))
##1 $newWidth x $newHeight --
#if($newWidth > $imageMaxWidth)
#set($newHeight = $math.round($math.multiply($math.divide($imageMaxWidth,$mainImage.width),$mainImage.height)))
#set($myImage = $util.resizeImageTag($mainImage,$imageMaxWidth,0,$imgStyle))
##2 $newWidth x $newHeight --
#end
#if($newHeight > $imageMaxHeight)
#set($newWidth = $math.round($math.multiply($math.divide($imageMaxHeight,$mainImage.height),$mainImage.width)))
#set($myImage = $util.resizeImageTag($mainImage,0,$imageMaxHeight,$imgStyle))
##3 $newWidth x $newHeight --
#end
$myImage
#end
$item.title
Â
$item.summary
#end
More on the Carole Swan trial
-
#set($imageMaxWidth = 150)
#set($imgStyle='style="border:1px solid #000; padding: 0px; margin: 5px 5px 5px 0px; float: left; z-index: 0;"')
#foreach($item in $cms.links("/news/carole-swan-fraud-trial/",2, 30))
-
#set($myImage = "")
$cms.template("Get Main Image")
#if($mainImage)
#set($newHeight = $mainImage.height)
#set($newWidth = $mainImage.width)
#set($myImage = $util.tag($mainImage,$imgStyle))
##1 $newWidth x $newHeight --
#if($newWidth > $imageMaxWidth)
#set($newHeight = $math.round($math.multiply($math.divide($imageMaxWidth,$mainImage.width),$mainImage.height)))
#set($myImage = $util.resizeImageTag($mainImage,$imageMaxWidth,0,$imgStyle))
##2 $newWidth x $newHeight --
#end
#if($newHeight > $imageMaxHeight)
#set($newWidth = $math.round($math.multiply($math.divide($imageMaxHeight,$mainImage.height),$mainImage.width)))
#set($myImage = $util.resizeImageTag($mainImage,0,$imageMaxHeight,$imgStyle))
##3 $newWidth x $newHeight --
#end
$myImage
#end
$item.title
$item.summary
#end
The Carole Swan fraud trial
Former Chelsea Selectwoman Carole Swan was on trial in U.S. District Court accused of 10 criminal charges:
⢠Five counts of tax fraud and false statements for income tax years 2006-2010 for allegedly failing to report and pay tax on more than $600,000 in income. Maximum penalty on each count is 3 years in prison and $250,000 fine. She was convicted on all five counts.
⢠Four counts of false statements to obtain federal workers' compensation between August 2008 and May 2011. Maximum penalty on each count is five years in prison, $250,000 fine and restitution. She was convicted of defrauding the program in 2008 and 2010; she was acquitted on the other two charges.
⢠One count of fraud on a program receiving federal funds for allegedly billing the Town of Chelsea $130,000 for a $58,000 culvert for Windsor Road repairs. The federal government was seeking forfeiture of $396,880, the full cost of the 2007 project. The maximum penalty is 10 years in prison, $250,000 fine, restitution and forfeiture. She was acquitted on that charge.