url1   = "http://www.playgamesclub.com/online-games/editors-choice-best-games/clear-vision-2.html";
game1  = "Clear Vision 2";
url2   = "http://www.playgamesclub.com/online-games/shooting-online-games/urban-sniper.html";
game2  = "Urban Sniper";
url3   = "http://www.playgamesclub.com/online-games/shooting-online-games/urban-sniper-2-vengence.html";
game3  = "Urban Sniper 2 Vengence";
url4   = "http://www.playgamesclub.com/online-games/editors-choice-best-games/sift-heads-2.html";
game4  = "Sift Heads 2";
url5   = "http://www.playgamesclub.com/online-games/editors-choice-best-games/clear-vision.html";
game5  = "Clear Vision";
url6   = "http://www.playgamesclub.com/online-games/shooting-online-games/the-strangers.html";
game6  = "The Strangers";
document.write("<p>Similar Games ");
document.write("<a href=\""+url1+"\" target=\"_blank\">"+game1+"</a>, ");
document.write("<a href=\""+url2+"\" target=\"_blank\">"+game2+"</a>, ");
document.write("<a href=\""+url3+"\" target=\"_blank\">"+game3+"</a>, ");
document.write("<a href=\""+url4+"\" target=\"_blank\">"+game4+"</a>, ");
document.write("<a href=\""+url5+"\" target=\"_blank\">"+game5+"</a>, ");
document.write("<a href=\""+url6+"\" target=\"_blank\">"+game6+"</a>");
document.write("</p>");