tngc_tags = [
	"A 21st Century Multi-Gaming Community",
	"Toast Never Gets Complicated",
	"Tarmac + Noggin = Gravity Control",
	"The Nubile Girls Community",
	"The Nine Golf Clubs",
	"The Next Generation Cookies",
	"Twenty Noobs Gone Crazy",
	"Thursday Night Girls Club",
	"The New Glass Ceiling",
	"Terrifying Ninja Goat Clan",
	"The Nubian Goddess Collection",
	"Total Naked Goat Chasers",
	"The Naughty God Creatures",
	"Terrifying Nasty Growling Cauliflowers",
	"Try New Garlic Chocolate!",
	"Tempting New Green Catalonians",
	"Terrible New Garment Colour",
	"The Noobs Gone Cold",
	"Try Naming Good Contest",
	"Turtle Ninjas Gone Crazy",
	"Tattoos Never Get Cleared",
	"Teamwork Network Gaming Competition",
	"Try Not Getting Confused",
	"Timmy Needs Ganking Continuously",
	"The Noble Gaming Crew",
	"Tense, Nervy, Gaming Chaos!",
	"To Never Glory Cede",
	"Top Naughty Granny Crumpet",
	"Teamwork Never Gets Chicks",
	"Timmys Nostril Grating Colony",
	"Thorough Notation Gains Credibility",
	"Through New Genes, Conquest",
	"Tactical Nuances Given Clarity",
	"Top Notch Grunt Club",
	"Thriftiness Never Garners Corruption",
	"Thieving Nefarious Gerbil Crooks",
	"Tribal Nomads Glorious Clan",
	"Totally Nude Gloating Club",
	"Tasty Nutty Green Cheese",
	"Transient Nasal Growing Curlies",
	"Terrific Naughty Green Cabinets"
	]

function imagePopup(url) {
	window.open(url);
}
function random(r) {
	rv = Math.floor(Math.random() * r)
	return rv
}
function thes(a) {
	return a[random(a.length)]
}	
function setBanner() {
	img = "bannercore"+(1+random(8))+".jpg"
	document.getElementById("bannercore").style.backgroundImage= "url('images/"+img+"')";
}
function banner_tngc() {
	tag = thes(tngc_tags)

	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value=tag
	document.getElementById("banner_tagtext_main_field").value="Who you play with is what makes a game fun"
}
function banner_starwolf() {
	//document.getElementById("logo_disc").src="images/starwolf_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="PlanetSide Division: Starwolf"
	document.getElementById("banner_tagtext_main_field").value="Strength & Honour!"
}
function banner_map() {
	//document.getElementById("logo_disc").src="images/map_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="PlanetSide Division: Myriad Apocalypse Project"
	document.getElementById("banner_tagtext_main_field").value="Communication Brings Victory!"
}
function banner_nemetos() {
	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="World Of Warcraft Division: Nemetos Order"
	document.getElementById("banner_tagtext_main_field").value="Honour is the Keystone of Glory"
}
function banner_ofc() {
	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="EVE:Online Division: Starwolf"
	document.getElementById("banner_tagtext_main_field").value=""
}
function banner_innovate() {
	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="CounterStrike:Source Division: Innovate"
	document.getElementById("banner_tagtext_main_field").value=""
}
function banner_il() {
	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="M2TW Division: Imperial Legionnaires"
	document.getElementById("banner_tagtext_main_field").value=""
}

function banner_scum() {
	//document.getElementById("logo_disc").src="images/tngc_logo_disc.jpg"
	document.getElementById("banner_subtext_main_field").value="WOW Division: SCUM Alliance"
	document.getElementById("banner_tagtext_main_field").value=""
}
