// JavaScript Document

$(document).ready(   function () {   
// #flashTest1 is the selector   
$('#flashTest1').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-BARBELL-ROLL-OUT.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest2').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-CABLE-LATERAL-LEAN.swf',
width: '824',
height: '420',
wmode: 'transparent'
});   
$('#flashTest3').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-CRUNCHES-ELBOW-TO-KNEE.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest4').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-CURL-UPS.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest5').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-KNEE-UPS.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest6').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-LATERAL-LEG-LOWERING-STRAIGHT-LEG.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest7').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-LOW-ABDOMINAL-NO3.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest8').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-MODIFIED-V-SIT.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest9').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-MOUNTAIN-CLIMBER.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest10').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-PUSH-UP-AND-HOLD-LEG-LIFTING.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest11').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-RUSSIAN-TWIST-WEIGHT.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest12').flash(   {   
// test.swf is the flash document   
swf: 'video/ABS-SIDE-BRIDGE-ON-BOSU.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
$('#flashTest13').flash(   {   
// test.swf is the flash document   
swf: 'video/CROSS-BODY-CRUNCH-ELBOW-TO-OPPOSITE-KNEE.swf',
width: '824',
height: '420',
wmode: 'transparent'
});
});

