if (get_Lon() != "" && get_Lon() != null && get_Lon() > -360 && get_Lon() < 360) {
        ?>
    <location arrival="<?php 
        the_date_xml();
        ?>
">
        <name><?php 
        the_title_rss();
        ?>
</name>
        <latitude><?php 
        print_Lat(true);
        ?>
</latitude>
        <longitude><?php 
        print_Lon(true);
        ?>
</longitude>
<?php 
        $GLOBALS['more'] = 1;
        if (get_settings('rss_use_excerpt')) {
            ?>
        <note><?php 
            the_excerpt_rss(get_settings('rss_excerpt_length'), get_settings('rss_encoded_html'));
            ?>
</note>
<?php 
        } else {
            // use content
            ?>
        <note><?php 
    if (get_Lon() != null && get_Lon > -360 && get_Lon() < 360) {
        ?>
    <location arrival="<?php 
        the_date_xml();
        ?>
">
        <name><?php 
        the_title_rss();
        ?>
</name>
        <latitude><?php 
        print_Lat();
        ?>
</latitude>
        <longitude><?php 
        print_Lon();
        ?>
</longitude>
<?php 
        if ($rss_use_excerpt) {
            ?>
        <note><?php 
            the_content_rss('', 0, '', get_settings('rss_excerpt_length'), get_settings('rss_encoded_html'));
            ?>
        </note>
<?php 
        } else {
            // use content
            ?>
        <note><?php 
            the_excerpt_rss('', 0, '', get_settings('rss_excerpt_length'), get_settings('rss_encoded_html'));