$(document).ready(function() {
	/* tabs */
	if ($('#tabs')) {
		$('.node-links-wrapper').removeClass('none');
		$('#tabs ul').removeClass('tabs primary').appendTo('.node-links');
	}
	
	/* block control settings 
	if ($.cookie('renegade_hideBlocks')) hideBlocks($.cookie('renegade_hideBlocks'));
	$('div.block h2.block-title')
		.css('cursor', 'pointer')
		.css('cursor', 'hand')
		.toggle(function() {$(this).siblings('div.content').slideUp(200, function() {$(this).siblings('h2.block-title').children('span.exp').css('background-position', '-10px 10px');});}, function() {$(this).siblings('div.content').slideDown(450, function() {$(this).siblings('h2.block-title').children('span.exp').css('background-position', '0px 10px');})});
	*/
	
	/* AddThis */
	var addThisHTML = '<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b7391f778ca0553"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" alt="Bookmark and Share"/></a>';
	$addThisObj = $('div.addthis_toolbox');
	if ($addThisObj.children('ul').length > 0) {
		$addThisObj.children('ul').append('<li>'+addThisHTML+'</li>');
	} else {
		$addThisObj.append('<ul><li>'+addThisHTML+'</li></ul>');
	}
	
	/* comment form */
	$('form#comment-form').parents('div.box').hide();
	
	/* video field */
	$('div.field-field-video-url').appendTo('div#node-video-player');
	
	/* scrollers */
	$('#sponsor-scroller-small-up').parent().hide();
	$('a.scroll-control').bind('click', function() {
		
		
		
		return false;
	});
});



