<!--
// array contains source name, AdSense channel code, YPNO channel code
var mySources = new Array(["utm_source\=aj","7355199242","18846"],
													["utm_source\=ls","3397546036","18926"],
													["utm_source\=miva","9784898814","18847"],
													["utm_source\=msn","1742747485","18848"],
													["utm_source\=yh","2854666724","18849"],
													["utm_source\=test","7696353411","18927"],
													["default","7696353411","18927"]);
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],
												["\/diagnosis\.html",2,2,2,2,2,.0001,2], 
												["\/causes\.html",2,2,2,2,2,.0001,2],
												["\/asbestos\.html",2,2,2,2,2,.0001,2],
												["\/treatment\.html",2,2,2,2,2,.0001,2],
												["default",2,2,2,2,2,.0001,2]);

var pageMax = 5;
// -->
