$(function() {
		$(function() {
			$( "#tamil_tabs" ).tabs();
		});

		$(function() {
			$( "#hindi_tabs" ).tabs();
		});
		
		$(function() {
		$( "#hometvshows_tabs" ).tabs({
				ajaxOptions: {
					error: function( xhr, status, index, anchor ) {
						$( anchor.hash ).html(
							"Couldn't load this tab. We'll try to fix this as soon as possible. " +
							"If this wouldn't be a demo." );
					}
				}
			});
		});

		$(function() {
		$( "#homegames_tabs" ).tabs({
				ajaxOptions: {
					error: function( xhr, status, index, anchor ) {
						$( anchor.hash ).html(
							"Couldn't load this tab. We'll try to fix this as soon as possible. " +
							"If this wouldn't be a demo." );
					}
				}
			});
		});

		$(function() {
		$( "#homemusic_tabs" ).tabs({
				ajaxOptions: {
					error: function( xhr, status, index, anchor ) {
						$( anchor.hash ).html(
							"Couldn't load this tab. We'll try to fix this as soon as possible. " +
							"If this wouldn't be a demo." );
					}
				}
			});
		});

		$(function() {
		$( "#homebnews_tabs" ).tabs({
				ajaxOptions: {
					error: function( xhr, status, index, anchor ) {
						$( anchor.hash ).html(
							"Couldn't load this tab. We'll try to fix this as soon as possible. " +
							"If this wouldn't be a demo." );
					}
				}
			});
		});

		$(function() {
			$( "#marathi_tabs" ).tabs();
		});

		$(function() {
			$( "#telugu_tabs" ).tabs();
		});

		$(function() {
			$( "#gujarati_tabs" ).tabs();
		});

		$(function() {
			$( "#bengali_tabs" ).tabs();
		});

		$(function() {
			$( "#punjabi_tabs" ).tabs();
		});
	});

