// Tim f 2008/07/29
// Replaces the image with the flash if javascript is disabled and/or flash is not installed on the client 
$(document).ready(function(){
	swfobject.embedSWF("/images/homepage_vision.swf", "btvisionflash", "479", "140", "9.0.0");
});
// function for calling google analytics from within flash
function ga(){
	pageTracker._trackPageview('/G2/BTvision/http://www.btvision.bt.com/vision/index.htm/test');
}
