﻿var widget = document.getElementById("onatuesdaynight-widget");
if (otn != undefined) widget.innerHTML = '<div style="width:180px; text-align:center;"><a href="http://onatuesdaynight.com/html/buythebook.php#'
    + otn.name + ' ' + otn.phone + ' ' + otn.email
    +'" style="font-family:poor richard"><img style="width:120px" src="http://onatuesdaynight.com/html/css/images/art.buy.now.png"/>'
    +'<br>Buy the Book</a></div>';

