$(function() {
    $(".arthemia-vertical").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
       vertical: true,
        visible: 3,
       // auto:1000,
        speed:1000
    });
    $(".arthemia-horizontal").jCarouselLite({
        btnNext: ".Hnext",
        btnPrev: ".Hprev",
       // vertical: true,
        visible: 5,
        speed:1000
    });
});
function settime()
 {
    $(".arthemia-horizontal").jCarouselLite({
        btnNext: ".Hnext",
        btnPrev: ".Hprev",
        visible: 5,
        speed:1000
    });
	setTimeout(settime,60000);
 }
function check_isregistered(url){
		if (url != "")
		window.location = "/ShowEbook.asp?PageFrom=magazineindex&Url="+url
	}
