r = {
	/*
	Note: All time and speed measurments are in seconds
	*/
	"div"                  : "ad_rotator1",
	"width"                : "622px",
	"height"               : "217px",
	"animation_resolution" : 40,
	"pause_image"          : "img/pause.gif",
	"play_image"           : "img/play.gif",
	"textbox_background"   : "#000000",
	"textbox_opacity"      : 0.5,
	"textbox_color"        : "white",
	"textbox_padding"      : "5px 10px 5px 10px",
	"slide"                :
	[
		{
			"text"             : "",
			"text_height"      : "0px",
			"text_animation"   : "slide_from_top",
			"exposure_length"  : 7,
			"transition"       : "fade",
			"transition_speed" : 1,
			"type"             : "image",
			"src"              : "img/colophon-v5.jpg",
			"link_to"          : "company.htm",
			"target"           : "",
			"width"            : "622px",
			"height"           : "217px",
			"animation"        : "none",
		},
		{
			"text"             : "",
			"text_height"      : "0px",
			"text_animation"   : "slide_from_top",
			"exposure_length"  : 7,
			"transition"       : "fade",
			"transition_speed" : 1,
			"type"             : "image",
			"src"              : "img/logo-v3-gold.jpg",
			"link_to"          : "contact.htm",
			"target"           : "",
			"width"            : "622px",
			"height"           : "240px",
			"animation"        : "none",
		}
	]
}

