// JavaScript Document


function parentlink1() {
	parent.location.href='/campaign/city1.php';
	
}

function parentlink2() {
	parent.location.href='/campaign/city2.php';
	
}

function parentlink3() {
	parent.location.href='/campaign/city3.php';
	
}

function parentlink4() {
	parent.location.href='/campaign/city6.php';
	
}

function parentlink5() {
	parent.location.href='/campaign/city4.php';
	
}

function parentlink6() {
	parent.location.href='/campaign/city5.php';
	
}

function tellMe() {
	alert('tell me' + 'this.location.href');
}