/***************************************************
 portal_carousel.js
 * v1.2 2008-01-10 - Now using YUI Compression to obsfucate all local variables and logic
 * Copyright 2007 Interkey Networks Ltd. All Rights Reserved.
 * Use is prohibited without licence from Interkey Networks.
 * http://www.artofcoding.co.uk
***************************************************/
var sky_sCarouselIdContent="carousel-content";
var sky_sCarouselIdAlternate="carousel-alternate";
function sky_fCarouselInitialise(){var C=document.getElementById(sky_sCarouselIdContent);
if(C){if(sky_bIE6_minus){C.style.visibility="inherit"
}var D=C.getElementsByTagName("object");
var B=D.length;
if(B==0){D=C.getElementsByTagName("embed");
B=D.length;
if(B==0){var A=document.getElementById(sky_sCarouselIdAlternate);
if(A){A.style.visibility="visible"
}}}}}sky_fCarouselInitialise();
