rooturl = "";

var left_content_array = new Array();
left_content_array.push("<h2><img width=\"175\" height=\"20\" alt=\"COMMON MYTHS\" class=\"h2_spacer\" src=\"img/home/home_myths_hdr.gif\" /></h2>\r<div class=\"col_content\">\r\t<img width=\"215\" height=\"16\" alt=\"Questions and Misnomers Top things you need to know\" class=\"sub_header\" src=\"img/home/home_myths_sub_hdr.gif\" />\r\t<div class=\"myth_container\">\r\t\t<p id=\"random_myth_content\">“I’m not comfortable with firearms. Isn’t TASER C2 a firearm? ”</p>\r\t\t<img width=\"83\" height=\"49\"  src=\"img/home/home_myths_false_tag.png\" style=\"position:absolute;left:174px;top:134px;\" />\r\t</div>\r\t<div style=\"padding:5px 0px 0px 0px;\">\r\t\t<div class=\"button1\" onmouseover=\"hoverButton1(this);\" onmouseout=\"normalButton1(this);\" onclick=\"goToURL('common_myths.html');\" style=\"\">\r\t\t\t<div class=\"bleft\">&nbsp;</div>\r\t\t\t<div class=\"bcontent\">Learn More</div>\r\t\t\t<div class=\"bright\">&nbsp;</div>\r\t\t</div>\r\t</div>\r</div>\r");

left_content_array.push("<h2><img width=\"175\" height=\"20\" alt=\"COMMON MYTHS\" class=\"h2_spacer\" src=\"img/home/home_myths_hdr.gif\" /></h2>\r<div class=\"col_content\">\r\t<img width=\"215\" height=\"16\" alt=\"Questions and Misnomers Top things you need to know\" class=\"sub_header\" src=\"img/home/home_myths_sub_hdr.gif\" />\r\t<div class=\"myth_container\">\r\t\t<p id=\"random_myth_content\">“Isn’t it illegal to carry a TASER ECD?”</p>\r\t\t<img width=\"83\" height=\"49\"  src=\"img/home/home_myths_false_tag.png\" style=\"position:absolute;left:174px;top:134px;\" />\r\t</div>\r\t<div style=\"padding:5px 0px 0px 0px;\">\r\t\t<div class=\"button1\" onmouseover=\"hoverButton1(this);\" onmouseout=\"normalButton1(this);\" onclick=\"goToURL('common_myths.html');\" style=\"\">\r\t\t\t<div class=\"bleft\">&nbsp;</div>\r\t\t\t<div class=\"bcontent\">Learn More</div>\r\t\t\t<div class=\"bright\">&nbsp;</div>\r\t\t</div>\r\t</div>\r</div>\r");

var middle_content_array = new Array();
middle_content_array.push("<h2><img alt=\"POINT AND SHOOT\" class=\"h2_spacer\" src=\"img/h2.point-shoot.gif\" /></h2>\r<div class=\"col_content\">\r\t<div class=\"good_aim\">\r\t\tUnlike other self-defense options, TASER C2 allows you to target any area of the body.\r\r\t\t<div style=\"padding:13px 0px 0px 0px; position:relative; top:0px; left:-4px;\">\r\t\t\t<div class=\"button1\" onmouseover=\"hoverButton1(this);\" onmouseout=\"normalButton1(this);\" onclick=\"goToURL('facts.html');\" style=\"\">\r\t\t\t\t<div class=\"bleft\">&nbsp;</div>\r\t\t\t\t<div class=\"bcontent\" style=\"width:66px;\">Learn More</div>\r\t\t\t\t<div class=\"bright\">&nbsp;</div>\r\t\t\t</div>\r\t\t</div>\r\r\t</div>\r\r</div>\r");

middle_content_array.push("<h2><img width=\"286\" height=\"21\" alt=\"TASER C2 FACTS\" class=\"h2_spacer\" src=\"img/h2.taser-c2-facts.gif\" /></h2>\r<div class=\"col_content\">\r\t<img width=\"301\" height=\"28\" alt=\"TASER Laser Sighting alone can de-escalate dangerous situations\" class=\"sub_header\" src=\"img/home_taser_laser_sub_hdr.gif\" />\r\t<div class=\"taser_laser\">\r\t\tStudies show that 80% of potentially violent situations are de-escalated without physical force when aggressive persons are confronted with the laser sight from a TASER ECD.\r\r\t\t<div style=\"padding:13px 0px 0px 0px; position:relative; top:0px; left:-4px;\">\r\t\t\t<div class=\"button1\" onmouseover=\"hoverButton1(this);\" onmouseout=\"normalButton1(this);\" onclick=\"goToURL('facts.html');\" style=\"\">\r\t\t\t\t<div class=\"bleft\">&nbsp;</div>\r\t\t\t\t<div class=\"bcontent\">Learn More</div>\r\t\t\t\t<div class=\"bright\">&nbsp;</div>\r\t\t\t</div>\r\t\t</div>\r\r\t</div>\r\r</div>\r");

function init(){

	var random_selected_size = left_content_array.length;
	var random_selected_index = Math.floor(Math.random()*random_selected_size);
	$('home_left_content').innerHTML = left_content_array[random_selected_index];

	var mc_random_selected_size = middle_content_array.length;
	var mc_random_selected_index = Math.floor(Math.random()*mc_random_selected_size);
	$('home_middle_content').innerHTML = middle_content_array[mc_random_selected_index];
}