<!--
// array contains source name, AdSense channel code, YPNO channel code
var mySources = new Array(["utm_source\=aj","7747163189","23482"],
													["utm_source\=ls","3087003819","23483"],
													["utm_source\=miva","8734711274","23484"],
													["utm_source\=msn","0734432567","23485"],
													["utm_source\=yh","6949956559","23486"],
													["utm_source\=test","7842790494","23487"],
													["default","7842790494","23487"]);
var sourceMax = 6;

// array contains page name, adsense percent for each of the above sources plus default
var myPages = new Array(["\/index\.html",2,2,2,2,2,.0001,2],
												["\/causes\.html",2,2,2,2,2,.0001,2],
												["\/diagnosis\.html",2,2,2,2,2,.0001,2],
												["\/drugs\.html",2,2,2,2,2,.0001,2],
												["\/reference\.html",2,2,2,2,2,.0001,2],
												["\/treatment\.html",2,2,2,2,2,.0001,2],
												["\/help\.html",2,2,2,2,2,.0001,2],
												["default",2,2,2,2,2,.0001,2]);

var pageMax = 7;
// -->
