﻿$(document).ready(function() {
    $("#slider").easySlider();
    if ($.flash.available) {
        $('#flash-replace').hide();
        $('#home-flash').flash({
            swf: '/Assets/Flash/doc-show-pulse-ox-dms.swf',
            width: 320,
            height: 280
        })
        $('#bicep-flash').hide();
        $('#bicep-flash-wrap').flash({
            swf: '/Assets/Flash/KSUSI.swf',
            width: 655,
            height: 400
        })
    }
});


