//Globalheader textbanner(txt only)
function randomtxt1()
{
rimage = Math.floor(Math.random() * 2);

if (rimage == 0)
{
	url = "http://players.tv/girl/"
	txt = "初代プレイヤーズガール決定！"
}; 

if (rimage == 1)
{
	url = "http://license.players.tv/"
	txt = "何かを始めたい！まずは資格でもとりません？"
}; 


banner = "<a href='" + url + "'>" + txt + "</a>";
document.write(banner);
};

function randomtxt2()
{
rimage = Math.floor(Math.random() * 2);

if (rimage == 0)
{
	url = "http://meru.blog.players.tv/"
	txt = "地下あいど～る、桃杏めるはココから♪"
}; 

if (rimage == 1)
{
	url = "http://nagatayuji.blog.players.tv/"
	txt = "俺を知らなくて新日本は始まらない"
}; 


banner = "<a href='" + url + "'>" + txt + "</a>";
document.write(banner);
};

function randomtxt3()
{
rimage = Math.floor(Math.random() * 2);

if (rimage == 0)
{
	url = "http://players.tv/bjw/"
	txt = "15周年を記念して、プレイヤーズに特設サイトが"
}; 

if (rimage == 1)
{
	url = "http://ch.players.tv/movie/page/=/premiumcinema/index"
	txt = "往年の名作が、続々と登場！休みの日に♪"
}; 


banner = "<a href='" + url + "'>" + txt + "</a>";
document.write(banner);
};

