OK, we took the plunge. With some reluctance, Fan Cinema Today (@fancinematoday) is now on Twitter.
Follow us and see if we actually go anywhere….
function change_color(input, id) { var obj = document.getElementById(id); if (obj) { obj.style.backgroundColor = “#” + input.value; //alert (obj.style.backgroundColor + ” for ” + obj.id); }} .color_viewer { border:1px solid; width:70px; background-color:#ffffff; padding-left:10px; } var platform=’wordpress’; var rel_url = document.location.href.replace( /[\?#].*/, ” ); var rel_disp= ‘true’; if( [...]

