function callBrightcove(titleID, pWidth, pHeight, bgColor) {
document.write("<embed src='http://services.brightcove.com/services/viewer/federated_f8/1439819739' bgcolor='"+ bgColor +"' flashVars='playerId=1439819739&videoId="+titleID+"&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&' base='http://admin.brightcove.com' name='flashObj' width='"+ pWidth +"' height='"+ pHeight +"' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed>");
}