function buildplayer(f,bw,h,src) {
switch(f) {
case "w":
document.write('');
document.write('This browser appears to be unable to display clips.');
break;
case "r":
if (bw != "lb") {
document.write('');
document.write('This browser appears to be unable to display clips.');
}
document.write('');
break;
}
}