﻿$(function () {
    $("#StartExperience").cycle({ fx: "fade", timeout: 10000 });

    $("#StartExperience a").bind("click", function (e) {
        e.preventDefault();
        //Cerberus.VideoPlayer.Show();	
    });
});
