/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

jQuery(document).ready(function(){

        //var timeout = setTime(5000);

	if($("#switchersWrapper").size()){ // only if this element is on page
//              alert('yoyo');
		setInterval('showNextSwitchersWrapper()', 30000 );
	}

});



