/**
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

	--------------------------------------------------------------------
	
	Simple banner rotator. Version: 1.4.0
	Download and support: http://www.spyka.net 
	(c) Copyright 2008, 2009 spyka Web Group
	

	For full documentation:  http://www.spyka.net/docs/simple-banner-rotator
	For support:			 http://www.spyka.net/forums


**/

//								EDIT FROM HERE
///////////////////////////////////////////////////////////////////////////////////

/**
		Script settings
**/

var settings = {
	
	'force_size':			0,         		// 	if set to 1 all banners will be resized to the width and height in the next to settings
	'img_width':			486,			//	width to resize all banners to, only takes effect if above is 1
	'img_height':			76, 			// 	height to resize all banners to, only takes effect if above is 1
	
	'refresh_time':			26000,			//	the seconds between refreshs of the banners - use 0 to disable
	'refresh_max':			200,				//	maximum number of refreshs on each page load
	
	'duplicate_banners':	0,				//	keep as 0 to make sure the same banner won't show on the same page. will only take effect
											//  if show_banners(); is used more than once. You must make sure you have enough banners to fill
											//  all the slots else the browser may freeze or give a stack overflow error
	
	'location_prefix': 		'adLocation-',	//	The prefix of the IDs of the <div> which wraps the banners - this div is generated dynamically.
											//  a number will be added on the end of this string. adLocation- was used by default before version 1.4.x
											
	'location_class':		'swb',			//  A class to add to all of the <div>s which wrap the banners, ideal to use for styling banners - use .swb img in your CSS	
	
	'window': 				'_top',		//	Window to open links in, _self = current, _blank = new. Use _top if in a frame!		
	
	'default_ad_loc':		'default'		//	The default adLocation. This is assigned to any banners not given an adLocation in the below banner list
											//  There is no real reason to need to change this
}


/**
		Banners
**/
// banner list syntax: new banner(website_name, website_url, banner_url, show_until_date, adlocation),  DATE FORMAT: dd/mm/yyyy
// if you're not using adlocations just leave it empty like '' as in the last example here
// to make sure a banner is always rotating, just set the date far into the future, i.e. year 3000

var banners = [

new banner('Power Chevrolet', 				'http://www.valenciachevy.com', 	'http://www.scvtv.com/gif/ads/ad_powerchevy208x76.jpg',		'01/12/3000',	'topleft'),

new banner('Nissan of Valencia',	'http://www.nissanofvalencia.com/used-inventory/index.cfm/sort_price',	'http://www.scvtv.com/gif/ads/ad_nissan980x76.jpg',	'02/14/3000',	'topfull'),

new banner('SCV NewsBreak',	'http://scvnews.com/?cat=383',	'http://www.scvtv.com/gif/ads/ad_house-newsbreak980x76.jpg',	'02/20/3000',	'topfull'),

new banner('AK Printing',	'http://www.akprints.com',	'http://www.scvtv.com/gif/ads/ad_akprinting208x76.png',	'12/28/3000',	'topleft'),

new banner('Artifact Tattoo',	'http://www.artifacttattooscv.com/',	'http://www.scvtv.com/gif/ads/ad_artifact208x76.jpg',	'01/10/3000',	'topleft'),

new banner('Power Media Group',	'http://www.powermediagroup.com/',	'http://www.scvtv.com/gif/ads/ad_powermediagroup208x76.jpg',	'01/28/3000',	'topleft'),

new banner('DWilfri',	'http://www.dwilfridance.net/',	'http://www.scvtv.com/gif/ads/ad_dwilfri208x76.jpg',	'01/01/3000',	'topleft'),

new banner('AmericanLogos4U',	'http://www.americanlogos4u.com',	'http://www.scvtv.com/gif/ads/ad_americanlogos208x76.jpg',	'08/25/3000',	'topright'),

new banner('Gameday Sports Grille',	'http://www.gamedayvalencia.com',	'http://www.scvtv.com/gif/ads/gameday208x76.jpg',	'01/12/3000',	'topright'),

new banner('Your Community Hospital',	'http://www.henrymayo.com',	'http://www.scvtv.com/gif/ads/ad-hmnmh208x76.png',	'09/01/2012',	'topright'),

new banner('Dean Safe Co.',	'http://www.deansafe.com',	'http://www.scvtv.com/gif/ads/ad_deansafe208x76.jpg',	'09/01/3000',	'topright'),

new banner('SCSOPA',	'http://www.scsopa.com',	'http://www.scvtv.com/gif/ads/ad-scsopa208x76.png',	'12/27/3000',	'topright'),

new banner('Scratch Golf',	'http://www.scratchjrgolf.com/',	'http://www.scvtv.com/gif/ads/ad_scratchgolf208x76.jpg',	'01/09/3000',	'topright'),

new banner('Power Chevrolet', 				'http://www.valenciachevy.com', 	'http://www.scvtv.com/gif/ads/ad_powerchevy486x76.jpg',		'01/12/3000',	'bottomleft'),

new banner('Dean Safe Co.',	'http://www.deansafe.com',	'http://www.scvtv.com/gif/ads/ad_deansafe486x76.jpg',	'09/01/3000',	'bottomleft'),

new banner('AK Printing',	'http://www.akprints.com',	'http://www.scvtv.com/gif/ads/ad_akprinting486x76.png',	'12/28/3000',	'bottomleft'),

new banner('DWilfri',	'http://www.dwilfridance.net/',	'http://www.scvtv.com/gif/ads/ad_dwilfri486x76.jpg',	'01/01/3000',	'bottomleft'),

new banner('Your Community Hospital',	'http://www.henrymayo.com',	'http://www.scvtv.com/gif/ads/ad-hmnmh486x76.png',	'09/01/2012',	'bottomleft'),

new banner('Senses On Main', 				'http://sensesonmain.com/', 	'http://www.scvtv.com/gif/ads/ad_senses486x76.jpg',		'10/22/3000',	'bottomleft'),

new banner('SCSOPA', 				'http://www.scsopa.com/', 	'http://www.scvtv.com/gif/ads/ad-scsopa486x76.png',		'12/27/3000',	'bottomleft'),

new banner('Kyoto', 				'http://www.kyotoseafoodbuffets.com/', 	'http://www.scvtv.com/gif/ads/ad_kyoto486x76.jpg',		'01/01/3000',	'bottomright'),

new banner('Click to Watch', 			'http://www.scvtv.com/khtscvtv/messina-current.html', 	'http://www.scvtv.com/gif/ads/house-messina486x76.png', 	'01/01/3000',	'bottomright'),

new banner('Call 251-8820', 				'http://www.scvtv.com/sponsors/sponsorlevels.html', 	'http://www.scvtv.com/gif/ads/house-adsales486x76.png',		'01/01/3000',	'bottomright'),

new banner('Souvenir Productions', 			'http://souvenirproductions.com/Memories.html', 	'http://www.scvtv.com/gif/ads/ad-souvenirproductions486x76.jpg', 	'01/01/3000',	'bottomright'),

new banner('Scratch Golf', 			'http://www.scratchjrgolf.com/', 	'http://www.scvtv.com/gif/ads/ad_scratchgolf486x76.jpg', 	'01/09/3000',	'bottomright'),

new banner('Email Us Now', 			'mailto:info@scvtv.com?subject=RENTALS', 'http://www.scvtv.com/gif/ads/house-rentals486x76.png', 	'01/01/3000',	'bottomright'),

new banner('Artifact Tattoo',	'http://www.artifacttattooscv.com/',	'http://www.scvtv.com/gif/ads/ad_artifact486x76.jpg',	'01/10/3000',	'bottomright'),

new banner('Power Media Group',	'http://www.powermediagroup.com/',	'http://www.scvtv.com/gif/ads/ad_powermediagroup486x76.jpg',	'01/28/3000',	'bottomright'),

new banner('Click for Info',	'http://canyontheatre.org',	'http://www.scvtv.com/gif/ads/ctg-current208x76.png',	'06/26/1900',	'topleft'),

new banner('Its A Parade',	'http://www.scvparade.com', 		'http://www.scvtv.com/gif/ads/house-2011parade486x76.png',		'06/19/1900',	'bottomleft'),

new banner('Its A Parade',	'http://www.scvparade.com', 		'http://www.scvtv.com/gif/ads/070411.png',		'06/19/1900',	'topleft'),

new banner('Click for Info',	'http://www.oldtownnewhallassociation.org',	'http://www.scvtv.com/gif/ads/otna062611.png',	'06/26/1900',	'topleft'),

new banner('Watch Now',	'http://www.scvtv.com/html/ymhist_vas01btv.html',	'http://www.scvtv.com/gif/ads/house-vas208x76.png',	'01/01/1900',	'topleft'),

new banner('Click for Info',	'http://www.sensesonmain.com',	'http://www.scvtv.com/gif/ads/otn-senses2-208x76.png',	'06/16/1900',	'topleft'),

new banner('SCVNews.com',	'http://www.scvnews.com/',	'http://www.scvtv.com/gif/ads/house-scvnews208x76.png',	'01/01/1900',	'topleft'),

new banner('Click to Watch', 			'http://www.scvtv.com/khtscvtv/messina-current.html', 	'http://www.scvtv.com/gif/ads/house-messina208x76.png', 	'01/01/1900',	'topleft'),

new banner('Call 251-8820', 				'http://www.scvtv.com/sponsors/sponsorlevels.html', 	'http://www.scvtv.com/gif/ads/house-tvcommercial208x76.png',		'01/01/1900',	'topleft'),

new banner('Watch Now',	'http://www.scvtv.com/html/outwest-current.html',	'http://www.scvtv.com/gif/ads/house-outwest208x76.png',	'01/01/1900',	'topright'),

new banner('Click to Watch',	'http://www.scvtv.com/html/chamber020311btv.html',	'http://www.scvtv.com/gif/ads/house-chamber020311-208x76.png',	'01/01/1900',	'topright'),

new banner('Power Honda',	'http://powerhondavalencia.com',	'http://www.scvtv.com/gif/ads/ad_powerhonda208x76.jpg',	'06/16/1900',	'topright'),

new banner('Soroptimist Wine Affair', 			'http://www.thewineaffair.org', 'http://www.scvtv.com/gif/ads/psa-wineaffairKILL101611.jpg', 	'10/16/1900',	'bottomright'),

new banner('GET BREAKING S.C.V. NEWS',			'https://www.facebook.com/scvtv/', 			'http://www.scvtv.com/gif/ads/house-scvtvfacebook486x76.png', 	'01/01/1900',	'bottomleft'),

new banner('Gloria Mercado-Fortine for Hart', 				'http://www.gloriamercadofortine.com/', 	'http://www.scvtv.com/gif/ads/ad_gloriamercado110811.jpg',		'11/08/1900',	'bottomleft'),

new banner('California Superstores',	'http://www.valenciacdjr.com/index.htm?tcdkwid=23074501&tcdcmpid=20845&tcdadid=8169904912',	'http://www.scvtv.com/gif/ads/californiasuperstores208x76.png',	'08/25/1900',	'topleft'),

new banner('Bruce Fortine for COC', 				'http://www.brucefortine.com/', 	'http://www.scvtv.com/gif/ads/ad_brucefortine110811.jpg',		'11/08/1900',	'bottomright'),

new banner('Rubber Ducky Regatta', 				'http://www.DuckRace.com/scv/', 	'http://www.scvtv.com/gif/ads/sdfhc102211ducky486x76.png',		'10/22/1900',	'bottomright'),

new banner('Cloud49', 			'http://www.cloud49.com', 	'http://www.scvtv.com/gif/ads/Cloud49_208x76.jpg', 	'01/01/1900',	'topright'),

new banner('Cloud49 Computing', 			'http://www.cloud49.com', 	'http://www.scvtv.com/gif/ads/Cloud49_486x76.jpg', 	'01/01/1900',	'bottomleft'),

new banner('AMG & Associates', 			'http://www.amgassociatesinc.com', 	'http://www.scvtv.com/gif/ads/amg208x76.jpg', 	'01/01/1900',	'topright'),

new banner('Salt Creek Grille',	'http://www.saltcreekgrille.com/valencia/index.asp?mid=30',	'http://www.scvtv.com/gif/ads/ad_saltcreek208x76.jpg',	'01/01/1900',	'topright'),

new banner('Kyoto',	'http://www.kyotoseafoodbuffets.com/',	'http://www.scvtv.com/gif/ads/ad_kyoto208x76.jpg',	'01/01/1900',	'topright'),

new banner('Santa Clarita Farms',	'http://santaclaritafarms.com',	'http://www.scvtv.com/gif/ads/ad_olivefarm208x76.jpg',	'09/13/1900',	'topleft'),

new banner('AMG & Associates', 			'http://www.amgassociatesinc.com', 	'http://www.scvtv.com/gif/ads/amg486x76.jpg', 	'01/01/1900',	'bottomright'),

new banner('Call 911', 				'http://scvnews.com/?p=23172', 	'http://www.scvtv.com/gif/ads/ad-citydrunkdriving486x76.png',		'01/01/1900',	'bottomright'),

new banner('HeroinKills.org', 				'http://www.heroinkills.org/', 	'http://www.scvtv.com/gif/ads/city-heroinkills486x76.png',		'01/01/1900',	'bottomright'),

new banner('Click for Info',	'http://www.embroidme-santaclarita.com',	'http://www.scvtv.com/gif/ads/embroidme208x76.png',	'09/13/1900',	'topleft'),

new banner('HIGH SCHOOL FOOTBALL',			'http://www.scvtv.com/html/directory-hssports.html', 			'http://www.scvtv.com/gif/ads/khtscvtv-football.png', 	'01/01/1900',	'bottomright'),

new banner('What is SCVTV?',	'http://www.scvtv.com/html/scvtvpromo041310btv.html',	'http://www.scvtv.com/gif/ads/house-about208x76.png',	'06/19/1900',	'topleft'),

new banner('ADVERTISE ON SCVTV',				'http://www.scvtv.com/sponsors/sponsorlevels.html',	'http://www.scvtv.com/gif/ads/house-youradhere486x76.png',		'01/01/3000',	'bottomright')
]


//         				There is no need to edit below here
///////////////////////////////////////////////////////////////////////////////////
var used=0;var location_counter=0;var refresh_counter=1;var map=new Array();function banner(a,b,c,d,e){this.name=a;this.url=b;this.image=c;this.date=d;this.active=1;this.oid=0;if(e!=''){this.loc=e}else{this.loc=settings.default_ad_loc}}function show_banners(a){location_counter=location_counter+1;if(a!=''&&a!=undefined){map[location_counter]=a}else{map[location_counter]=settings.default_ad_loc}var b='<div id="'+settings.location_prefix+location_counter+'" class="'+settings.location_class+'"></div>';document.write(b);display_banners(location_counter)}function display_banners(a){var b=new Array();if(a==''||!a||a<0){return}var c=banners.length;if((c==used)&&settings.duplicate_banners==0){return}for(i=0;i<(banners.length);i++){banners[i].oid=i;if((banners[i].loc==map[a])&&(banners[i].active==1)){b.push(banners[i])}}var d=Math.floor(Math.random()*b.length);var e=b[d];var f=(settings.force_size==1)?' width="'+settings.img_width+'" height="'+settings.img_height+'"':'';var g='<a href="'+e.url+'" title="'+e.name+'" target="'+settings.window+'"><img border="0" src="'+e.image+'"'+f+' alt="'+e.name+'" /></a>';var h=new Date();var j=e.date;j=j.split('/',3);var k=new Date();k.setFullYear(parseInt(j[2]),parseInt(j[1])-1,parseInt(j[0]));if((h<k)&&e.active==1){var l=document.getElementById(settings.location_prefix+a);if(l==null){alert('spyka Webmaster banner rotator\nError: adLocation doesn\'t exist!')}else{l.innerHTML=g;if(settings.duplicate_banners==0){banners[e.oid].active=0;used++}return}}else{display_banners(a)}return}function refresh_banners(){if((refresh_counter==settings.refresh_max)||settings.refresh_time<1){clearInterval(banner_refresh)}used=0;for(j=0;j<(banners.length);j++){banners[j].active=1}for(j=1;j<(location_counter+1);j++){display_banners(j)}refresh_counter++}var banner_refresh=window.setInterval(refresh_banners,settings.refresh_time);
