/**
 * @author nick wilsdon
 */
<!--
document.write('<input type="submit" name="submit" class="submit2" value="Show me the Cookie" onClick="showCookie();">');
function showCookie() {
var showIt = document.cookie;
if (showIt == "") { var showIt = 'No Cookie'; }
window.alert(showIt);
}
//-->