$(document).ready(function()
{

    $('ul#indexbannerticker').innerfade({
        speed: 1000,
        timeout: 5000,
        type: 'sequence',
        containerheight: '123px'
    });


    $(".index_img_portfolio").fadeTo("slow", 0.5);
    $(".index_img_portfolio").hover(function()
    {
        $(this).fadeTo("slow", 1.0);
    }, function()
    {
        $(this).fadeTo("slow", 0.5);
    });

    $('ul#indexbannerticker').css('display', 'block');

});

function ShowPopupInfo()
{
	window.open ('http://www.bestbadges.co.uk/page.php?xPage=popupinfo', 'newwindow', config='height=485, width=480, toolbar=no, menubar=no, resizable=yes, scrollbars=yes, location=no, directories=no, status=no');
};
