// AP - 30th March 2007
// Launch the PayAsYouGo website with the referrer/recruiter code attached

function launchPayAsYouGo()
{
	window.open("http://www.talkingcv.com/PayAsYouGo/index.aspx?referer=" + readCookie("referrer"));
}