
$(document).ready(function () {
	$("#editionShort").colorbox({width:660});
	/*
	if(newsid==0)
		setTimeout("showCut()", 2000);
		*/
});
function showCut(){
	$("#splash").show();
	//$("#splash").show("slide", {}, 1000);
	$("#cut").animate({"width": "+=349px"}, "slow");
	$("#cutRepeat").animate({"width": "+=299px"}, "slow");

	
	$("#cutRepeat").animate({"height": "+=180px"}, "slow");
	setTimeout("fillCut()", 200);
	
}
function openQuablo(){
	location=redirectUrl;
}
function fillCut(){
	
	$("#cutRepeat").html('<div id="cutContent" style="padding:0px;margin:0px;"><img border="0" src="'+splahUrl+'" class="productLogoSpalsh"></div>');
	setTimeout("closeSlide()", 10000);
}
function closeSlide(){
	$("#splash").hide();
}
