/* 
Edit the details below for each rotator.  You can hide an item by adding "//" before the line.  
Make sure that the sytax is correct for each line.  Each entry should be in quotes and be seperated by commas. 
NOTE: the last item will not have a comma at the end.

The variables are in this order...
1. Url of the image to use
2. Url of the link that each image will link to
3. The target of each link
	- "_blank" - will open in a new window - you should use this for any links to outside websites
4. Caption
*/

var hero_rotator = [
	  //["http://www.drakezeke.com/_images/example1.jpg", "http://www.example.com", "_blank", "This is an example of a link to another site"],
	  //["http://www.drakezeke.com/_images/example2.jpg", "/photos/", "", "Example of a link to the photos page."],
	  ["/_images/home_ads/pap.jpg", "/photos/", "", ""],
	  ["/_images/home_ads/insider.jpg", "/insider/", "", ""],
      ["/_images/home_ads/tdz.jpg", "/members", "", ""],
      ["/_images/home_ads/Carl_Hiaasen.jpg", "", "", ""],
      ["/_images/home_ads/DZ_FIELD_OF_GREENS.jpg", "", "", ""]
];
//to set the rotator to load in a random order un-comment the line below
hero_rotator.sort( randOrd );


var button_rotator = [
	  ["/_images/asset_buttons/dumbasses.jpg", "/features/dumbasses.php", "", ""],
	  ["/_images/asset_buttons/insider.jpg", "/insider/index.php", "", ""],
	  ["/_images/asset_buttons/bill.jpg", "http://www.midsouthdivorce.com/", "_blank", ""],
	  ["/_images/asset_buttons/bookpicks.jpg", "/features/bookpicks.php", "", ""],
	  ["/_images/asset_buttons/total.jpg", "http://podcast.drakezeke.com/", "", ""],
	  ["/_images/asset_buttons/friends.jpg", "/contact/friends.php", "", ""]
];
//to set the rotator to load in a random order un-comment the line below
button_rotator.sort( randOrd );
