/* Js for , Version=1788326295 */
 v.theme = {"template":"mobile","theme":"colorful","device":"mobile"};;v.pageID = 268;;<div class=''>
    <ul class='timeline'>
        <?php foreach($date as $key => $d):?>
        <li>
            <span class='timeline-date label'><?php echo $d?></span>
            <h2><?php echo $title[$key]?></h2>
            <p><?php echo $desc[$key]?></p>
        </li>
        <?php endforeach;?>
    </ul>
</div>
;$(function()
{
    $('.nav-page-' + v.pageID).first().addClass('active');
});

