Cufon.set('fontFamily', 'BureauGrotesque-OneSeven');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('p.notice');

var swapContent = function() {
    $('#contentArea').load('leaving.aspx #contentArea', function() { Cufon.refresh(); });
}

function pop(linkToProfile) {

	//var w = screen.width < 1300 ? (screen.width-10) : 1000;
	//var h = screen.height < 700 ? (screen.height-10) : 700;
	var w = screen.width;
	var h = screen.height;
	
	var link = '/content/campaigns/army/risingsun/#';
	if (linkToProfile != undefined && linkToProfile != null)
		link += linkToProfile;
	var options = 'height='+h+',width='+w+',top=0,left=0,resizable=1,location=1';
	
	var profileName = linkToProfile.replace(new RegExp(/\//g),'')
	google.trackEvent(document.location.pathname, 'Flash_Launch', profileName);
	
	newwindow=window.open(link,"RisingSun",options);
	//alert(options);
	//if (newwindow) { newwindow.focus() }
	
	window.location="leaving.aspx";
	return false;
}
