// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function random_banner(){
  var i=0;
  banners = new Array();
  banners[0] = '<h3>Australian Paintings</h3><p style="text-align: center; margin-top: 5px;"><a href="http://landscape-paintings-australia.com/" target="_blank" onmouseover="window.status=\'Done\'; return true"><img src="/media/img/landscape.jpg" alt="Landscape Paintings Australia" /></a></p>';
  banners[1] = '<h3>RentArts</h3><p style="text-align: center; margin-top: 5px;"><a href="http://rentarts.info/" target="_blank" onmouseover="window.status=\'Done\'; return true"><img src="/media/img/rentarts.jpg" alt="RentArts" /></a></p>';
  banners[2] = '<h3>WebLinkMix</h3><p style="text-align: center; margin-top: 5px;"><a href="http://weblinkmix.com/" target="_blank" onmouseover="window.status=\'Done\'; return true"><img src="/media/img/weblinkmix.jpg" alt="WebLinkMix" /></a></p>';
  today = new Date();
  i=today.getSeconds();
  n=banners.length;
  return banners[i-Math.round((i-1)/n)*n];
}

// Top banner
function google_1(){
<!--
google_ad_client = "pub-5982866984400286";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
google_ad_channel = "";
google_ui_features = "rc:10";
//-->
}

// Vertical banner 120x600
function google_2(){
<!--
google_ad_client = "pub-5982866984400286";
/* 300x250, created 2/7/09 */
google_ad_slot = "6883186076";
google_ad_width = 300;
google_ad_height = 250;
//-->
}

// Text Links
function google_3(){
<!--
google_ad_client = "pub-5982866984400286";
//468x15, created 11/30/07
google_ad_slot = "4472568826";
google_ad_width = 468;
google_ad_height = 15;
//-->
}
