function writePlayer()
{

    var video = document.getElementById('example');

    video.innerHTML = "\<embed src=\"http:\/\/blip.tv\/play\/" + videoID + "\" type=\"application\/x-shockwave-flash\" width=\"480\" height=\"390\" allowscriptaccess=\"always\" allowfullscreen=\"true\"\>\<\/embed\>";

}



function adreelOnNoInventory()
{

    writePlayer();
    // alert("No Ad Inventory");
}

function adreelOnFinished()
{

    writePlayer();
    // alert("Ad Is Finished!");

}
