


$(function() {


if($('#flashVideoContainer1').length>0) {
$('#flashVideoContainer1').html('').flash({
    src: 'http://janibell.com/includes/templates/dd_01/flash_1.swf',
    width: 153,
    height: 161
});
}

if($('#flashVideoContainer2').length>0) {
$('#flashVideoContainer2').html('').flash({
    src: 'http://janibell.com/includes/templates/dd_01/flash2.swf',
    width: 602,
    height: 311
});
}


});