function IncludeJavaScript(jsFile) {
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}

var promotion_actions = false;
function evArt() {
	if(promotion_actions){		
	    $('.ldl_left').hover(function(){
		$('.ldl_right').stop().animate({width:'35px'},200);
		$(this).stop().animate({width:'602px'},200);
	    }, function(){
		$(this).stop().animate({width:'336px'},200);
		$('.ldl_right').stop().animate({width:'336px'},200);
	    });
	    $('.ldl_right').hover(function(){
		$('.ldl_left').stop().animate({width:'35px'},200);
		$(this).stop().animate({width:'602px'},200);
	    }, function(){
		$(this).stop().animate({width:'336px'},200);
		$('.ldl_left').stop().animate({width:'336px'},200);
	    });
	}
	else{			
	    $('.ldl_left').hover(function(){
		$('.ldl_right').stop().animate({width:'35px'},200);
		$(this).stop().animate({width:'950px'},200);
	    }, function(){
		$(this).stop().animate({width:'470px'},200);
		$('.ldl_right').stop().animate({width:'470px'},200);
	    });
	    $('.ldl_right').hover(function(){
		$('.ldl_left').stop().animate({width:'35px'},200);
		$(this).stop().animate({width:'950px'},200);
	    }, function(){
		$(this).stop().animate({width:'470px'},200);
		$('.ldl_left').stop().animate({width:'470px'},200);
	    });
	}
}

IncludeJavaScript('/lib/eform.js');

var eventInputElements, eventSelectElements;

$(document).ready(function(){
    eventInputElements = new einput();
});