﻿// JScript File
$(function(){
    $(".activitiesStrip").rotator({n:3, ms:5000});
    $(".holyLandNewsList").rotator({n:1, ms:3000});
    $(".homeBannerRotator").innerfade({
	    speed: 'slow',
	    timeout: 10000,
	    type: 'sequence',
	    containerheight: '92px'
    });		    
});

