﻿$(document).ready(function() {

    var colourDepth = window.screen.colorDepth;
    if (colourDepth > '16') {
        $('h1').flashText({
            src: '/global/flash/rotisSansSerif.swf',
            flashvars: {
                css: [
		            '* { letter-spacing: 0.5px; color: #ffffff; font-size:280%; }'
	            ].join(' ')
            }
        });
    } else {
        $('h1').css({ letterSpacing: '0' });
    }

    $('ul.areas-of-practice-list li p span, .box-content h2').flashText({
        src: '/global/flash/rotisSansSerif.swf'
    });

    $('#e_ImageBlock').cycle({
        fx: 'fade',
        speed: 1000,
        timeout: 5000
    });

});
