jQuery(document).ready(function() {
    if (document.getElementById('frontpage-video')) {
	BASE_URL = 'http://www.hewett-recruitment.co.uk/flv';
	var s1 = new SWFObject("/++resource++netsight.hewett.flash/player.swf","ply","210","135","9","#ffffff");
	s1.addParam("allowfullscreen","false");
	s1.addVariable('file', BASE_URL + '/hewett-intro-small.flv');
	s1.addVariable('image', '/%2B%2Bresource%2B%2Bnetsight.hewett.images/hewett-intro2.png');
	s1.addVariable('skin', '/%2B%2Bresource%2B%2Bnetsight.hewett.flash/simple.swf');
	s1.addVariable('icons', 'false');
	s1.write("frontpage-video");
    };
    if (document.getElementById('main-video')) {
	BASE_URL = 'http://www.hewett-recruitment.co.uk/flv';
	var s1 = new SWFObject("/++resource++netsight.hewett.flash/player.swf","ply","410","245","9","#ffffff");
	s1.addParam("allowfullscreen","false");
	s1.addVariable('file', BASE_URL + '/hewett-intro-large.flv');
	s1.addVariable('image', '/%2B%2Bresource%2B%2Bnetsight.hewett.images/hewett-intro.png');
	s1.addVariable('skin', '/%2B%2Bresource%2B%2Bnetsight.hewett.flash/simple.swf');
        s1.addVariable('autostart', 'true');
	s1.write("main-video");
    };
});
