// 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/Disneyland/Events/holiday-season.htm";
var feat_image_0 = "http://www.wdwinfo.com/Disneyland/images/Disney-christmas-parade.jpg";
var feat_headline_0 = "Christmas at the Disneyland Resort";
var feat_sub_heading_0 = "Celebrate the Holidays at the Disneyland  Resort. From November 13, 2009 through January 4, 2010 , the Disneyland resort in Southern California transforms into a Christmas Wonderland with special Parades, Shows and Entertainment that are sure to make this a memorable holiday season for your entire family.";
var feat_text_link_0 = "Read More..";
var feat_article_type_0 = "Related Content";
var feat_second_article_link_0 = "http://www.wdwinfo.com/disneyland/plan/tours.htm";
var feat_second_article_title_0 = "Disneyland Tours";
var feat_second_article_subtext_0 = "";
var feat_third_article_link_0 = "";
var feat_third_article_title_0 = " ";
var feat_third_article_subtext_0 = " ";

var feat_url_1 = "http://www.wdwinfo.com/wdwinfo/cruise-new/cr-west.htm";
  var feat_image_1 = "/images/Hm-dclships.jpg";
  var feat_headline_1 = "2011 Disney Cruise Line West Coast Cruises";
  var feat_sub_heading_1 = "The Disney Wonder will be stationed on the West Coast in 2011 with sailings to Alaska in the Summer and the Mexican Rivera during the other times of the year.";
  var feat_text_link_1 = "More Information";
  var feat_article_type_1 = "Related DCL Content";
  var feat_second_article_link_1 = "http://www.wdwinfo.com/wdwinfo/cruise-new/cr-ports.htm";
  var feat_second_article_title_1 = "Disney Cruise Line Itineraries";
  var feat_second_article_subtext_1 = "";
  var feat_third_article_link_1 = "http://www.wdwinfo.com/disney-cruise-line/alaska.htm";
  var feat_third_article_title_1 = "Alaskan Disney Cruises ";
  var feat_third_article_subtext_1 = "";


var feat_url_4 = "http://www.wdwinfo.com/disneyland/plan/birthday.htm";
var feat_image_4 = "/images/hm-celebrate.jpg";
var feat_headline_4 = "Disney’s 2009 Celebration Vacation! What will you celebrate?";
var feat_sub_heading_4 = "This Year, Walt Disney World and Disneyland in California will be featuring Celebration Vacations. A highlight of this celebration is free admission to a theme park on your Birthday. ";
var feat_text_link_4 = "More Information";
var feat_article_type_4 = "Related Content";
var feat_second_article_link_4 = "http://www.wdwinfo.com/Disney2009Celebration.htm#birthday";
var feat_second_article_title_4 = "Complimentary Birthday Theme Park Admission!";
var feat_second_article_subtext_4 = "You can either pre-register for your complimentary birthday admission or fill out forms at the gate. Some restrictions apply! ";
var feat_third_article_link_4 = "";
var feat_third_article_title_4 = " ";
var feat_third_article_subtext_4 = " ";

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.disunplugged.com/2009/06/24/and-then-he-said-would-you-like-to-see-walt-disneys-apartment/";
var feat_image_3 = "/images/hm-walts-apartment.jpg";
var feat_headline_3 = "A look inside Walt Disney’s apartment";
var feat_sub_heading_3 = "A special look inside of Walt Disney's Apartment above the fire house at the Disneyland Park in California. In the life of a true Disney fan there are moments.  Your first time at a Disney theme park, your first time seeing the castle, your first peek backstage.  For some fans.....";
var feat_text_link_3 = "Read More...";
var feat_article_type_3 = "Related Content";
var feat_second_article_link_3 = "http://www.wdwinfo.com/disneyland/";
var feat_second_article_title_3 = "Disneyland California";
var feat_second_article_subtext_3 = "";
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) {
	
	<!--- IMPORTANT!!!! The second bullet in this block has been REMOVED!!--->

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=\"/images/rotate/dl-rotateback.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/images/rotate/dl-rotatepause.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/images/rotate/dl-rotatenext.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

} else if (ad_num == 1) {
	
	<!--- IMPORTANT!!!! The second bullet in this block has been REMOVED!!--->

	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=\"/images/rotate/dl-rotateback.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/images/rotate/dl-rotatepause.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/images/rotate/dl-rotatenext.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";
	
	<!--- IMPORTANT!!!! The second bullet in this block has been REMOVED!!--->

}

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></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=\"/images/rotate/dl-rotateback.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/images/rotate/dl-rotatepause.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/images/rotate/dl-rotatenext.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_4 + "</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=\"/images/rotate/dl-rotateback.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/images/rotate/dl-rotatepause.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/images/rotate/dl-rotatenext.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;\">4/4</div> &nbsp; <a href=\"#\" onClick=\"rotateFeature('back');return false;\"><img src=\"/images/rotate/dl-rotateback.jpg\" width=\"34\" height=\"27\" alt=\"back\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('pause');return false;\"><img src=\"/images/rotate/dl-rotatepause.jpg\" width=\"31\" height=\"27\" alt=\"pause\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a><a href=\"#\" onClick=\"rotateFeature('next');return false;\"><img src=\"/images/rotate/dl-rotatenext.jpg\" width=\"30\" height=\"27\" alt=\"next\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></td></tr></table></div>";

}


  timerID = setTimeout("rotateFeature(whichway)",15000);

}

timerID = setTimeout("rotateFeature('next')",15000);
// -->
