jQuery(function() {
    // initialize scrollable
	jQuery("div.scrollable").scrollable({size: 4, clickable: false}).circular().mousewheel();
}); 

function get(name, href){
	var mainParts = href ? href.split('?') : window.location.href.split('?');
	if(mainParts.length > 1) {
		mainParts[1] = mainParts[1].split('#')[0];
		var subParts = mainParts[1].split('&');
		for(i=0; i<subParts.length; i++) {
			var subSubParts = subParts[i].split('=');
			if(subSubParts[0] == name) {
				return subSubParts[1];
			}
		}
	}
	return '';
}

jQuery(document).ready(
		function(){
			if(jQuery('#page_674').length)
			{
				jQuery('#page_674 #mailformcheckbox').attr('style', "width: auto; margin-left: 134px; margin-top: 5px;");
				jQuery('#page_674 label[for="mailformcheckbox"]').attr('style', "font-size:10px;line-height: 12px;margin: 0pt; float: right; width: 285px; text-align: left; ");
				jQuery('#page_674 #mailformformtype_mail').parent().css('clear','both');
			}
			
			if(jQuery('#page_710').length)
			{
				jQuery('#page_710 #mailformcheckbox').attr('style', "width: auto; margin-left: 134px; margin-top: 5px;");
				jQuery('#page_710 label[for="mailformcheckbox"]').attr('style', "font-size:10px;line-height: 12px;margin: 0pt; float: right; width: 285px; text-align: left; ");
				jQuery('#page_710 #mailformformtype_mail').parent().css('clear','both');
			}
		}
	);