function startit(){
document.write('<link rel="stylesheet" type="text/css" href="http://www.richardhoughton.com/forms/styles/calmarstyle.css" />')
document.write('<div id="hi"></div>');
hideit();
}
function hideit(){
labamba = document.getElementById('hi');
originalNotice = 'Richard Houghton Law is currently offering a form generated <b>Transmuation Agreement</b> that can ben downloaded immediately after purchase for $10.<div class="buttonwrap"><span class="button" onclick="changelocation()">Purchase Agreement</span></span></div>';
labamba.innerHTML = originalNotice;
}
window.onload = startit();
function changeitup(){
labamba.style.fontWeight = "normal";
finalNotice = '//data currently not available//';
labamba.innerHTML = finalNotice;
}
function changelocation(){
location.href = "http://richardhoughton.com/transmutation/?ref=hideit()"
}
