//CUSTOM FUNCTIONS
      function VideoTasks() {
          setTimeout("HighlightButtons(6)", 82000);
          setTimeout("ShowBullets()", 90000);
          PreImage1 = new Image(167, 30);
          PreImage1.src = "images/btn-create-your-listing-hl.gif";
          PreImage2 = new Image(87, 30);
          PreImage2.src = "images/btn-learn-more-hl.gif";
      }
      function HighlightButtons(numTimes) {
          var x;
          for (x = 0; x < numTimes * 2; x++) {
              setTimeout("Blink(" + x + ")", 250 * x);
          }
      }
      function Blink(num) {
          var getStartedButton = document.getElementById('GetStarted');
          var learnMoreButton = document.getElementById('LearnMore');
          if (num % 2 == 0) {
              getStartedButton.src = 'images/btn-create-your-listing-hl.gif';
              learnMoreButton.src = 'images/btn-learn-more-hl.gif';
          } else {
          getStartedButton.src = 'images/btn-create-your-listing.gif';
          learnMoreButton.src = 'images/btn-learn-more.gif';
          }
      }

      function ShowBullets() {
          var anchor1Div = document.getElementById('anchor1');
          var bulletsDiv = document.getElementById('bullets');
          anchor1Div.style.display = 'none';
          bullets.style.display = '';
      }

//END CUSTOM FUNCTIONS

answeryes='';
answeryestext='';
answeryeswait='5';
clicktoplaywait='';
waittime='1000';
videobuffer='5';
alignvideo='absolute';
bigplayx='200';
bigplayy='200';
bwidth='100';
bheight='100';
padx='0';
pady='0';
anchorlocation='topright';
headline='Welcome';
pad='0';
mwidth='350'; //was 400
mheight='350'; //was 400
scaleflv='yes'; //was no
videox='0';
videoy='0';
autostart='yes';
playalways='yes';
showevery='7';
showcontrols='no';
authorizedon='any';
mcimage = '';
videobg='';
videobgx='0';
videobgy='0';
videofg='';
videofgwait='';
videofgx='0';
videofgy='0';
videomusic='';
videomusicvolume='10';
theurl='';
theurltype='l';
clicktext='';
clickgraphic='';
containerbase = 'http://code.javahd.com/container/';
flvbase = 'http://merchant.itravelfrugal.com/video/';
theflv='itravelf.flv';
theflvvolume='';
thenextflv='';
autoforward='';
autoforwardtype='l';
autorun = 'VideoTasks()';
autorundelay='0';
thecontainer='container.swf';
thecontrollerx='120';
thecontrollery=mheight-80;
thecontroller = 'http://code.javahd.com/container/controller2.swf'; 
freezeonend = '';
chatbutton='';
playbuttononend='no'; //was blank
checkspeed='';
translate='';

// Do not edit below this line


document.write('<scr' + 'ipt src="http://merchant.itravelfrugal.com/js/swfobject_20.js" type="text/JavaScript"><\/scr' + 'ipt>');
document.write('<scr' + 'ipt src="http://merchant.itravelfrugal.com/js/videosp_20.js" type="text/JavaScript"><\/scr' + 'ipt>');

