/**
 * This was written by CC as a demonstration of how to interoperate
 * with the Creative Commons JsWidget.  No rights reserved.
 * 
 * See README for a little more detail.
 */

function showChosenLicenseURI() {
    alert(document.getElementById("cc_js_result_uri").value);
}

function showChosenLicenseName() {
    alert(document.getElementById("cc_js_result_name").value);
}

function showChosenLicenseImageURL() {
    alert(document.getElementById("cc_js_result_img").value);
}
