teaser

To create customize shorter teaser, use this snippet

<?php print $teaser = substr($node->content['body']['#value'], 0, 220) ?>

the "220" is number of character before it cut the teaser.