$(document).ready(function() {

	$('.tabsbox').each(function() {
		activetabs( this );
		});

});
