


stepcarousel.setup({
	galleryid: 'mygallery', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:2, pause:3000},
	panelbehavior: {speed:1500, wraparound:false, persist:true},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -5, 80], rightnav: ['http://i38.tinypic.com/33o7di8.gif', -20, 80]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})

var url = location.href;
if(url=="http://www.janek.timedout.org/joomla/" || url=="http://www.janek.timedout.org/joomla/index.php?option=com_content&view=article&id=55&Itemid=58"
|| url=="http://www.janek.timedout.org/joomla/index.php?option=com_content&view=article&id=56&Itemid=59" || url=="http://www.janek.timedout.org/joomla/index.php?option=com_content&view=article&id=57&Itemid=60" || url=="http://www.janek.timedout.org/joomla/index.php?option=com_content&view=article&id=58&Itemid=61" || url=="http://www.janek.timedout.org/joomla/index.php?option=com_content&view=article&id=59&Itemid=62")
{

jQuery("#CommentMenu").hide();
jQuery("#comment").hide();
jQuery("#mygallery").show();
}


jQuery("#JOSC_formpos").hide();
jQuery("#_JOOMLACOMMENT_ADDNEW").click(function(){
jQuery("#JOSC_formpos").slideDown();
return false;
})


