﻿var issue = "Beneath the Ground Ocak 2009";
var issue2 = "<title>Beneath the Ground Ocak 2009</title>";
function wrissue() {
document.write(issue);
}

function wrissue2() {
document.write(issue2);
}

