$(function(){	
	$("a[rel*='external']").attr( 'target', '_blank' );		
	
	$('a.lightbox').colorbox({
		width: '323',
		height: '250',
		opacity: 0.70,
		iframe: true
	});
	
	$("#mr-offcentre").hover(function () {
		$(this).effect("shake", {
		  times:2,
		  distance:5,
		  direction: 'up'
		}, 80);
		$(this).unbind('mouseenter mouseleave');
	});
	
	$('img.bgmaximage').maxImage({
		isBackground: true,
		position: 'fixed',
		verticalAlign: 'top'
	});	
	
	$('a.iframe').each(
		function (i) {
			$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "' frameborder='0' allowTransparency='true' height='328' scrolling='no'></iframe>");
		}
	);	

	$("#tweets").tweet({
		avatar_size: 48,
		count: 5,
		username: ["OffCentre2011", "robert_hood_", "nathanfake", "africahitech", "hyetalmusic", "fuckbuttons", "no9rocket"],
		loading_text: "twitter wordt geladen..",
		refresh_interval: 120
	});
	
});
Cufon.replace('#mainmenu li a', {hover: 'true'});
Cufon.replace('h1,h2,h3,h4,.ulgrid li', {textShadow: '#fff 1px 1px, #fff 1px 1px' });
Cufon.replace('#lineup-container ul li a', {hover: 'true', textShadow: '#1e201d 1px 1px, #1e201d 1px 1px'});
