// <![CDATA[

( function( $ )
{
    
    if( WebKitDetect.isMobile() )
    {
        return;
    }
    
	function setupOnlineVote()
	{
		
		// alert( $('#voteButton') );
		// alchemy
		$('#voteButton').click(function(){
			
			// Alchemy
			AlchemyTracking.registerConversion();
						
			
			//do the onclick sequence here
			window.open( "https://www.evote-ch.ch/ge" );
		});
	}
	
	$( function()
    {
		setupOnlineVote();
    } );
	
} )( jQuery );

// ]]>
