﻿// JavaScript Document

<!--
//$.fn.cycle.defaults.timeout = 6000;
$(function() {
    //$('#s4').append('<div id="nav3" class="nav3">').cycle({
	  $('#s4').cycle({
        fx:     'scrollLeft',
        speed:  'slow',
        timeout: 4000,
		//// nowrap:0,
        pager:  '#nav3'
    });
	  
	  
	   $('#s5').cycle({
        fx:     'scrollLeft',
        speed:  'slow',
        timeout: 4000,
		//// nowrap:0,
        pager:  '#nav5'
    });
});

//-->


