// JavaScript Document

$('#NAV_BAR').corner('15px top');
$('#FOOTER').corner('15px bottom');
$('#MAIN_SECTION').corner('15px tl');



$(document).ready(function(){
    $("#LOGO").pngFix(); 	
	
	$('#HOME_SLIDE') 
		.cycle({ 
		fx:     'scrollLeft',
    	speed:  500, 
    	timeout: 4000, 
		type: 'random_start',
    	pager:  '#HOME_SLIDE_NUMBERS' 
	});
});


whatisthehour=new Date();
thishourrightnow=whatisthehour.getHours();
thisminuterightnow=whatisthehour.getMinutes();
if (thishourrightnow<=8) {
image="images/20belowbackgrounds/05_Camarudo_Closeup.jpg";
}
if (thishourrightnow==8 && thisminuterightnow>29) {
image="images/20belowbackgrounds/AvoncropGrass.jpg";
}
if (thishourrightnow==9 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/Barclays_ATP_O2_Dome.jpg";
}
if (thishourrightnow==9 && thisminuterightnow>29) {
image="images/20belowbackgrounds/BarclaysOutside.jpg";
}
if (thishourrightnow==10 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/BearGrylls.jpg";
}
if (thishourrightnow==10 && thisminuterightnow>29) {
image="images/20belowbackgrounds/C4Orange.jpg";
}
if (thishourrightnow==11 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/Channel4_Field.jpg";
}
if (thishourrightnow==11 && thisminuterightnow>29) {
image="images/20belowbackgrounds/ConstructionLadder.jpg";
}
if (thishourrightnow==12 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/English_30_07.jpg";
}
if (thishourrightnow==12 && thisminuterightnow>29) {
image="images/20belowbackgrounds/HandPrint.jpg";
}
if (thishourrightnow==13 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/HeroesCheerleader.jpg";
}
if (thishourrightnow==13 && thisminuterightnow>29) {
image="images/20belowbackgrounds/TennisBalls.jpg";
}
if (thishourrightnow==14 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/StudioUniversal.jpg";
}
if (thishourrightnow>=14 && thisminuterightnow>29) {
image="images/20belowbackgrounds/13thstreetident.jpg";
}
if (thishourrightnow==15 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/StudioUniversal.jpg";
}
if (thishourrightnow==15 && thisminuterightnow>29) {
image="images/20belowbackgrounds/NUM-062-003i.jpg";
}
if (thishourrightnow==16 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/SmallAlice_Hirez.jpg";
}
if (thishourrightnow==16 && thisminuterightnow>29) {
image="images/20belowbackgrounds/HeroesCheerleader.jpg";
}
if (thishourrightnow==17 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/TennisBalls.jpg";
}
if (thishourrightnow==17 && thisminuterightnow>29) {
image="images/20belowbackgrounds/Tetley.jpg";
}
if (thishourrightnow==18 && thisminuterightnow<=29) {
image="images/20belowbackgrounds/Wood.jpg";
}
if (thishourrightnow==18 && thisminuterightnow>29) {
image="images/20belowbackgrounds/Zebraillustration.jpg";
}


