document.write('<table align="center" width="100%" height="98%" border="0" cellpadding="1" cellspacing="1"><tr><td align="center" valign="middle"><a href="http://www.dailyfreegames.com/" target="_blank"><img onclick="clickCTR(\'593\');" width="100" height="100" alt="Santa Rush" src="http://www.thebestracinggames.com/images/thumbs/banner_naruto.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.financial-structured-online.co.cc/" target="_blank"><img onclick="clickCTR(\'379\');" width="100" height="100" alt="Carbon Auto Theft" src="http://www.thebestracinggames.com/images/thumbs/carbon-auto-theft.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.financial-insurance-project.co.cc/" target="_blank"><img onclick="clickCTR(\'627\');" width="100" height="100" alt="Power Driving" src="http://www.thebestracinggames.com/images/thumbs/Power Driving Best Racing Games.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.dailyfreegames.com/" target="_blank"><img onclick="clickCTR(\'630\');" width="100" height="100" alt="The Midnight Race" src="http://www.thebestracinggames.com/images/thumbs/banner_tomjerry.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://financial-insurance-regional.co.cc/" target="_blank"><img onclick="clickCTR(\'616\');" width="100" height="100" alt="HotAdventureGames.com" src="http://www.thebestracinggames.com/images/thumbs/hotskillgames_100x100.jpg" border="0" /></a></td></tr><tr><td align="center" valign="middle"><a href="http://www.financial-insurance-problems.co.cc/"  target="_blank"><img onclick="clickCTR(\'295\');" width="100" height="100" alt="Pamela Anderson Dress Up" src="http://www.thebestracinggames.com/images/thumbs/pamela_100x100.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.financial-insurance-project.co.cc/"  target="_blank"><img onclick="clickCTR(\'622\');" width="100" height="100" alt="Counter Strike" src="http://www.thebestracinggames.com/images/thumbs/Counter Strike Best Racing Games.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://financial-insurance-regional.co.cc/"  target="_blank"><img onclick="clickCTR(\'623\');" width="100" height="100" alt="Downhill Jam" src="http://www.thebestracinggames.com/images/thumbs/downhilljam.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.financial-rumors.co.cc"  target="_blank"><img onclick="clickCTR(\'487\');" width="100" height="100" alt="Ricky Bobby Fast Track" src="http://www.thebestracinggames.com/images/thumbs/banner_hospital.jpg" border="0" /></a></td><td align="center" valign="middle"><a href="http://www.drivearcade.com/games/1373/mafia-driver-3.html"  target="_blank"><img onclick="clickCTR(\'600\');" width="100" height="100" alt="Mafia Driver 3" src="http://www.thebestracinggames.com/images/thumbs/MafiaDriver3.jpg" border="0" /></a></td></tr></table>');
function clickCTR_processGenerateForm()
				{					
					if (req.readyState == 4) {
						if (req.status == 200)
						{
							var sStatus = req.responseText;
							if (sStatus != "") 
							{
								/*alert (sStatus);
								oLyrLinkResult.innerHTML = req.responseText;*/
							}
							else {
								/*alert(req.statusText);
								oLyrLinkResult.innerHTML = "Error on Generate Form: " + req.statusText;*/
							}
						}
					}					
				}
				function clickCTR_generateForm(url_xml,pmode,pGID)
				{	
					/*oLyrLinkResult = document.getElementById("view");*/
					
					req = new XMLHttpRequest();
					req.abort();
					req.onreadystatechange = clickCTR_processGenerateForm;
					req.open('POST', url_xml, true);
				    req.setRequestHeader('Content-Type','application/x-www-form-urlencoded');  
					req.send('n='+pGID); 
				}
				                                            
				function clickCTR(pGID)
				{
					var ajax_url = '/bannerCtr.php';				
					clickCTR_generateForm(ajax_url,1,pGID);
				}
				
				function rollup()
				{	
					var oTrade1 = document.getElementById('trade1');
					var oTrade2 = document.getElementById('trade2');
					var i;					
					var iRand = Math.floor(Math.random() * (5+5));
					if (iRand % 2 == 0)
					{						
						oTrade1.style.display = 'none';
						oTrade2.style.display = 'inline';
					}
					else
					{
						oTrade1.style.display = 'inline';
						oTrade2.style.display = 'none';
					}
				}
				//rollup();
