function openWindow(url,width,height) {day = new Date();id = day.getTime();window.open(url, id, "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left="+((screen.width - width)/2)+",top="+((screen.height - height)/2));return false;}
function externalLinks() {if (!document.getElementsByTagName) return;var anchors = document.getElementsByTagName("a");for (var i=0; i<anchors.length; i++) {var anchor = anchors[i];if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")anchor.target = "_blank";}}

$(document).ready(function() {
	browserDetection();
	fixIE6alphaTransparency();
	externalLinks();
	$(".scrollable").scrollable({
		size: 1,
		item: '.item',
		clickable: false,
		easing: 'swing'
	}).autoscroll({interval:3000}).circular();
});
