// JavaScript Document

var maxDivNo = 3;
var divNo;
var feature = new Array();

feature[0] = '<div id="feature1"><img src="/wp-content/themes/bigwheel/images/bw_banner01.jpg" class="banner" alt="The Hub: Creativity, Culture, Technology, Life" width="940" height="140" /></div>';
feature[1] = '<div id="feature2"><img src="/wp-content/themes/bigwheel/images/bw_banner02b.jpg" class="banner" alt="The Hub: Creativity, Culture, Technology, Life" width="940" height="140" /></div>';
feature[2] = '<div id="feature3"><img src="/wp-content/themes/bigwheel/images/bw_banner05b.jpg" class="banner" alt="The Hub: Creativity, Culture, Technology, Life" width="940" height="140" /></div>';
feature[3] = '<div id="feature4"><img src="/wp-content/themes/bigwheel/images/bw_banner_paint.jpg" class="banner" alt="The Hub: Creativity, Culture, Technology, Life" width="940" height="140" /></div>';
