/**
 * @author Zen
 */

 var RandomNum = Math.floor(Math.random()*11);
 var RandomNum2 = Math.floor(Math.random()*11);
 var Banners = new Array();
 Banners[0] = '<a href="http://greatgaming.at/cGCommunity?CTY=1&amp;CID=3993"><img src="http://b1.perfb.com/b1.php?ID=3993&amp;PURL=greatgaming.at/cGCommunity" alt="Advertisement" /></a>'; /** Gamestation */
 Banners[1] = '<a href="http://greatgaming.at/cGCommunity?CTY=2&amp;CID=13410"><img src="http://b1.perfb.com/o1.php?ID=13410&amp;PURL=greatgaming.at/cGCommunity" alt="Advertisement" /></a>'; /** Gamestation */
 Banners[2] = '<a href="http://greatgaming.at/cGCommunity?CTY=2&amp;CID=13405"><img src="http://b1.perfb.com/o1.php?ID=13405&amp;PURL=greatgaming.at/cGCommunity" alt="Advertisement" /></a>'; /** Gamestation */
 Banners[3] = '<a href="http://greatgaming.at/cGCommunity?CTY=2&amp;CID=2553"><img src="http://b1.perfb.com/o1.php?ID=2553&amp;PURL=greatgaming.at/cGCommunity" alt="Advertisement" /></a>'; /** Gamestation */
 Banners[4] = '<a href="http://greatgaming.at/cGCommunity?CTY=2&amp;CID=1929"><img src="http://b1.perfb.com/o1.php?ID=1929&amp;PURL=greatgaming.at/cGCommunity" alt="Advertisement" /></a>'; /** Play.com */
 Banners[5] = '<a href="http://playcom.at/cGCommunity?CTY=1&amp;CID=1879"><img src="http://b1.perfb.com/b1.php?ID=1879&amp;PURL=playcom.at/cGCommunity" alt="Advertisement" /></a>'; /** Play.com */
 Banners[6] = '<a href="http://playcom.at/cGCommunity?CTY=2&amp;CID=12931"><img src="http://b1.perfb.com/o1.php?ID=12931&amp;PURL=playcom.at/cGCommunity" alt="Advertisement" /></a>'; /** Play.com */
 Banners[7] = '<a href="http://game-online.at/cGCommunity?CTY=2&amp;CID=4975"><img src="http://b1.perfb.com/o1.php?ID=4975&amp;PURL=game-online.at/cGCommunity" alt="Advertisement" /></a>'; /** Game FIFA 10 */
 Banners[8] = '<a href="http://game-online.at/cGCommunity?CTY=2&amp;CID=3067"><img src="http://b1.perfb.com/o1.php?ID=3067&amp;PURL=game-online.at/cGCommunity" alt="Advertisement" /></a>'; /** Game SHIFT */
 Banners[9] = '<a href="http://game-online.at/cGCommunity?CTY=2&amp;CID=2668"><img src="http://b1.perfb.com/o1.php?ID=2668&amp;PURL=game-online.at/cGCommunity" alt="Advertisement" /></a>'; /** Game XBOX Elite */
 Banners[10] = '<a href="http://game-online.at/cGCommunity?CTY=2&amp;CID=2674"><img src="http://b1.perfb.com/o1.php?ID=2674&amp;PURL=game-online.at/cGCommunity" alt="Advertisement" /></a>'; /** Game Deals of Week */

 function RandomAds(){
 
  document.write(Banners[RandomNum]);
 	
 }
 
 function RandomAds2() {
 
 document.write(Banners[RandomNum2]);
 
 
 }
 

 
 
