function commercial()
{
var movhtml=""
movhtml += '<embed src="http://www.toptechrepair.com/topTechKitty.mov" height="253" width="283"  loop="false" autoplay="true" controller="true" >';
document.getElementById("kitty").innerHTML = movhtml;
}

function commercial2()
{
var movhtml=""
movhtml += '<embed src="http://www.toptechrepair.com/topTechKennedy.mov" height="253" width="283"  loop="false" autoplay="true" controller="true" >';
document.getElementById("cowboy").innerHTML = movhtml;
}