// JavaScript Document<SCRIPT type=text/javascript>
<!--

var timerID = 0;
var whichway = 0; 
var ads = 4;
var ad_num = 0; 


var feat_url_0 = "http://www.wdwinfo.com/universal/parkinfo/Harry-Potter.htm";  
var feat_image_0 = "/images/hm-Harry_Potter.jpg";
var feat_headline_0 = "First Look at the Wizarding World Of Harry Potter";
var feat_sub_heading_0 = "We've added photos and video of the Wizarding World of Harry Potter from the first day preview that was held on May 28, 2010 for the guests that booked the Universal Orlando Harry Potter Package. s";
var feat_text_link_0 = "More Information Here!";
var feat_article_type_0 = "Related Content"; 
var feat_second_article_link_0 = "http://photopost.wdwinfo.com/g1101-wizarding-world-of-harry-potter.html";
var feat_second_article_title_0 = "Photo Gallery";
var feat_second_article_subtext_0 = "";
var feat_third_article_link_0 = "http://www.disunplugged.com/2010/05/28/video-wizarding-world-of-harry-potter/";
var feat_third_article_title_0 = "Video Tour"; 
var feat_third_article_subtext_0 = "";

var feat_url_1 = "http://www.disunplugged.com/2010/03/29/royal-pacific-great-place-but-dont-trust-a-ho-really/";  
var feat_image_1 = "http://www.wdwinfo.com/images/hm-royalpacific.jpg";
var feat_headline_1 = "Royal Pacific Resort Review";
var feat_sub_heading_1 = "Located alongside Islands of Adventure, this resort is themed to resemble the tropics of Bali in the South Pacific. ";
var feat_text_link_1 = "More Information";
var feat_article_type_1 = "Universal Studios Florida";
var feat_second_article_link_1 = "http://photopost.wdwinfo.com/g1071-royal-pacific-resort.html";
var feat_second_article_title_1 = "Photo Gallery";
var feat_second_article_subtext_1 = "";
var feat_third_article_link_1 = "http://www.youtube.com/watch?v=5YKE61bEMhc";
var feat_third_article_title_1 = "Video";
var feat_third_article_subtext_1 = ""; 

var feat_url_2 = "http://www.facebook.com/pages/The-DIS/61114821896";
var feat_image_2 = "/images/hm-facebook.gif";
var feat_headline_2 = "Join the DIS on facebook";
var feat_sub_heading_2 = "If you're a fan of the DIS and are currently on facebook, come on over and join the DIS facebook page";
var feat_text_link_2 = "More Information";
var feat_article_type_2 = "Other DIS Social Networking Sites";
var feat_second_article_link_2 = "http://twitter.com/thedis";
var feat_second_article_title_2 = "The DIS on Twitter";
var feat_second_article_subtext_2 = "";
var feat_third_article_link_2 = "http://twitter.com/disunplugged";
var feat_third_article_title_2 = "The DIS Unplugged on Twitter";
var feat_third_article_subtext_2 = "";



var feat_url_3 = "http://www.wdwinfo.com/universal/universal-studios-florida/Rip-Ride-Rockit.htm";  
var feat_image_3 = "http://www.wdwinfo.com/universal/images/hm-RRR.jpg";
var feat_headline_3 = "Hollywood Rip, Ride, Rockit";
var feat_sub_heading_3 = "Universal Orlando Resort Announces a New Roller Coaster that features total Immersion Entertainment and Puts Guests in the Director’s Seat.";
var feat_text_link_3 = "More Information";
var feat_article_type_3= "Universal Studios Florida";
var feat_second_article_link_3 = "http://www.wdwinfo.com/universal/universal-studios-florida/";
var feat_second_article_title_3 = "Rides and Attractions";
var feat_second_article_subtext_3 = "Universal Studios Florida was the first of Universal's theme parks to open in Orlando back in 1990";
var feat_third_article_link_3 = "";
var feat_third_article_title_3 = " ";
var feat_third_article_subtext_3 = ""; 




function rotateFeature(direction) {

  if (direction == "back") {
   if (ad_num == 0) {ad_num = (4)};
   ad_num = (ad_num-1)%4;
   whichway = "back";
  } else if (direction == "pause") {
   ad_num = (ad_num)%4;
   whichway = "pause";
  } else if (direction == "next") {
   if (ad_num == 4) {ad_num = 0};
   ad_num = (ad_num+1)%4;
   whichway = "next";
  }
  clearTimeout(timerID);

if (ad_num == 0) {
	
<!--- NOTE TO THE EDITOR!! IN THIS SECTION I REMOVED THE THIRD_ARTICLE INFORMATION SINCE THERE IS NOT INFORMATION AND I DID NOT WANT AN EMPTY BULLET POINT. TO ADD THE THIRD ARTICLE BACK, JUST COPY ANOTHER COMPLETE SECTION AND CHANGE THE NUMBERS ACCORDINGLY --->

document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_0 + "\"><img src=\"" + feat_image_0 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_0 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_0 + "</span><br />" + feat_sub_heading_0 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_0 + "\">" + feat_text_link_0 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_0 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_0 + "\">" + feat_second_article_title_0 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_0 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\">" + feat_headline_1 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">1/4</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

} else if (ad_num == 1) {

	document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_1 + "\"><img src=\"" + feat_image_1 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_1 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_1 + "</span><br />" + feat_sub_heading_1 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_1 + "\">" + feat_text_link_1 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_1 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_1 + "\">" + feat_second_article_title_1 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_1 + "</div></li><li><a href=\"" + feat_third_article_link_1 + "\">" + feat_third_article_title_1 + "</a><br /><div class=\"liindent\">" + feat_third_article_subtext_1 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\"> " + feat_headline_2 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">2/4</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}

else if (ad_num == 2) {

	document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_2 + "\"><img src=\"" + feat_image_2 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_2 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_2 + "</span><br />" + feat_sub_heading_2 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_2 + "\">" + feat_text_link_2 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_2 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_2 + "\">" + feat_second_article_title_2 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_2 + "</div></li><li><a href=\"" + feat_third_article_link_2 + "\">" + feat_third_article_title_2 + "</a><br /><div class=\"liindent\">" + feat_third_article_subtext_2 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\"> " + feat_headline_3 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">3/4</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}

else if (ad_num == 3) {

	document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_3 + "\"><img src=\"" + feat_image_3 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_3 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_3 + "</span><br />" + feat_sub_heading_3 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_3 + "\">" + feat_text_link_3 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_3 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_3 + "\">" + feat_second_article_title_3 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_3 + "</div></li><li><a href=\"" + feat_third_article_link_3 + "\">" + feat_third_article_title_3 + "</a><br /><div class=\"liindent\">" + feat_third_article_subtext_3 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\"> " + feat_headline_0 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">4/4</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}
else if (ad_num == 4) {

	document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_4 + "\"><img src=\"" + feat_image_4 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_4 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_4 + "</span><br />" + feat_sub_heading_4 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_4 + "\">" + feat_text_link_4 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_4 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_4 + "\">" + feat_second_article_title_4 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_4 + "</div></li><li><a href=\"" + feat_third_article_link_4 + "\">" + feat_third_article_title_4 + "</a><br /><div class=\"liindent\">" + feat_third_article_subtext_4 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\"> " + feat_headline_0 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">5/5</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}
else if (ad_num == 5) {

	document.getElementById('topfeatures').innerHTML = "<div id=\"topfeatures\" align=\"center\"><table id=\"rotatebg\"><tr><td valign=\"top\"><div id=\"rotateimage\"><a href=\"" + feat_url_4 + "\"><img src=\"" + feat_image_4 + "\" width=\"250\" height=\"175\" vspace=\"0\" hspace=\"0\" alt=\"" + feat_headline_4 + "\" border=\"0\" /></a></div></td><td valign=\"top\"><div id=\"rotatemainblurb\"><span class=\"rotateheadline\">" + feat_headline_4 + "</span><br />" + feat_sub_heading_4 + "<br /><span style=\"font-size:0.85em\"><a href=\"" + feat_url_4 + "\">" + feat_text_link_4 + "</a></span></div><div id=\"rotateotherblurb\"><div class=\"underlinedblurbheader\">" + feat_article_type_4 + "</div><div class=\"rotate_hr\"></div><div class=\"rotate_ul\"><ul class=\"blurbbullets\"><li><a href=\"" + feat_second_article_link_4 + "\">" + feat_second_article_title_4 + "</a><br /><div class=\"liindent\">" + feat_second_article_subtext_4 + "</div></li><li><a href=\"" + feat_third_article_link_4 + "\">" + feat_third_article_title_4 + "</a><br /><div class=\"liindent\">" + feat_third_article_subtext_4 + "</div></li></ul></div></div></td></tr></table><table id=\"leftcontainerrotate\"><tr><td><div id=\"rotatenexttext\">Next &gt;&gt;&nbsp; <a href=\"#\" onClick=\"rotateFeature('next');\"> " + feat_headline_0 + "</a</div></td><td align=\"right\"><div style=\"display: inline; vertical-align:top;\">6/6</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/universal/images/home/con-back.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/universal/images/home/con-middle.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/universal/images/home/con-forward.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}

  timerID = setTimeout("rotateFeature(whichway)",10000);

}

timerID = setTimeout("rotateFeature('next')",10000);
// -->

<!---BMG CODE
<!--- var feat_url_3 = "http://www.wdwinfo.com/universal/parkinfo/blue-man-group.htm";
<!---var feat_image_3 = "http://www.wdwinfo.com/universal/images/hm-bmg2.jpg";
<!---var feat_headline_3 = "Blue Man Group Orlando";
<!---var feat_sub_heading_3 = "Blue Man Group is the newest face of entertainment at Universal Orlando located at CityWalk.";
<!---var feat_text_link_3 = "More Information";
<!---var feat_article_type_3 = "Related Blue Man Group Content";
<!---var feat_second_article_link_3 = "http://www.wdwinfo.com/universal/parkinfo/blue-man-group.htm#seating";
<!---var feat_second_article_title_3 = "Blue Man Group Seating Chart";
<!---var feat_second_article_subtext_3 = "Choose from 3 different sections";
<!---var feat_third_article_link_3 = "http://www.dreamsunlimitedtravel.com/Universal/blue-man-group.htm#faq";
<!---var feat_third_article_title_3 = "Frequently Asked Questions";
<!---var feat_third_article_subtext_3 = "Is Blue Man Group appropriate for my child? How loud is the show? ..."; -->


