// JavaScript Document

$(document).ready(function () {

    $('#scrollad').cycle({
        fx: 'scrollUp',
        speed: 'slow',
        timeout: 6000,
        next: '#nextad'
    });
	
	    $('#scrollad2').cycle({
        fx: 'scrollUp',
        speed: 'slow',
        timeout: 6000,
        next: '#nextad'
    });
	$('#scrollad3').cycle({
        fx: 'scrollUp',
        speed: 'slow',
        timeout: 6000,
        next: '#nextad'
    });
	
	$('#scrolladmain').cycle({
        fx: 'scrollLeft',
        speed: 'slow',
        timeout: 6000,
        next: '#nextad'
    });




});
