// Example javascript
/*jQuery(document).ready(function() {
	
	jQuery(".startbla").css({
			cursor: 'pointer'
	});
	
	
});*/
	
