﻿$(document).ready(function() {
    $('#mycarousel').jcarousel({
        auto: 10,
        wrap: 'last',
        scroll: 1,
        initCallback: mycarousel_initCallback
    });
    
    if (screen.width < 700) {
		document.location = "http://m.stjosephhospital.com";
		}

    $("#enewstip #form").hide();

    $("#enewstip").qtip({ content: $(this).find("#form").html(), show: { delay: 0 }, hide: { fixed: true, delay: 0 }, position: { corner: { target: 'topMiddle', tooltip: 'bottomMiddle' }, adjust: { x: 0, y: 0} }, style: { width: 190, background: '#EAE1C2', border: { width: 6, radius: 5, color: "#DACA96" }, tip: { corner: 'bottomMiddle', color: '#DACA96'}} });
});

