function roseTip() {

var CookieName = "roseCookie";

var Init = true;
var Cookie = '';
var Separator = ',';
var Chunk = new Array();
var MaxContentNumber = 21;
var DispositionTimes = 0;
var Disposition = 'unique';
if(document.cookie.length > 0) {
   var spot = CookieName + '=';
   var cookiebegin = document.cookie.indexOf(spot);
   var cookieend = 0;
   if(cookiebegin > -1) {
      cookiebegin += spot.length;
      cookieend = document.cookie.indexOf(";",cookiebegin);
      if(cookieend < cookiebegin) { cookieend = document.cookie.length; }
      Cookie = document.cookie.substring(cookiebegin,cookieend);
      }
   }
if(Cookie.length > 1)
{
   Chunk = Cookie.split(Separator);
   if(Disposition == 'same') {
      var chunk = parseInt(Chunk[1]);
      chunk++;
      Chunk[1] = chunk;
      Init = false;
      if((DispositionTimes > 0) && (Chunk[1] > 0)) { Init = true; }
      }
   }
if(Init == true) {
   var nextnum = Math.ceil(Math.random() * MaxContentNumber);
   if(Chunk[0] > 0) {
      while(nextnum == Chunk[0]) { nextnum = Math.ceil(Math.random() * MaxContentNumber); }
      }
   Chunk[0] = nextnum;
   Chunk[1] = '1';
   }
if((Chunk[0] < 1) || (Chunk[0] > MaxContentNumber)) {
   Chunk[0] = Math.floor(Math.random() * (MaxContentNumber+1));
   Chunk[1] = '1';
   }
if((Chunk[0] < 1) || (Chunk[0] > MaxContentNumber)) { Chunk[0] = 1; }
var exp = '';
if(0 > 0) {
   var now = new Date();
   then = now.getTime() + (0 * 24 * 60 * 60 * 1000);
   now.setTime(then);
   exp = '; expires=' + now.toGMTString();
   }
var cookiecontent = Chunk.join(Separator);

document.cookie = CookieName + "=" + cookiecontent + '; path=/' + exp;
if(Chunk[0] == 1) {
   document.getElementById("swap_dyk").innerHTML = 'Red Roses symbolize romantic love';
   }
if(Chunk[0] == 2) {
   document.getElementById("swap_dyk").innerHTML = 'Roses are known to induce relaxation and a sense of calm.';
   }
if(Chunk[0] == 3) {
   document.getElementById("swap_dyk").innerHTML = 'The rose is the world\'s most popular flower. There are more than 200 different rose species and varieties worldwide.';
   }
if(Chunk[0] == 4) {
   document.getElementById("swap_dyk").innerHTML = 'Shakespeare had quite a love affair with the rose; he mentions the flower more than 50 times in his writings.';
   }
if(Chunk[0] == 5) {
   document.getElementById("swap_dyk").innerHTML = '62 percent of women surveyed prefer hues such as yellow, pink, peach and white over red roses';
   }
if(Chunk[0] == 6) {
   document.getElementById("swap_dyk").innerHTML = 'To keep roses looking fresh, add warm water to the vase every day. Always keep the vase full.';
   }
if(Chunk[0] == 7) {
   document.getElementById("swap_dyk").innerHTML = 'Completely change the water in your vase every three-to-four days. Re-cut the stems.';
   }
if(Chunk[0] == 8) {
   document.getElementById("swap_dyk").innerHTML = 'You can air-dry roses by hanging the rose bunches upside down in a dark, dry, warm room.';
   }
if(Chunk[0] == 9) {
   document.getElementById("swap_dyk").innerHTML = 'According to Greek mythology, Aphrodite, the goddess of love, gave the rose its name.';
   }
if(Chunk[0] == 10) {
   document.getElementById("swap_dyk").innerHTML = 'To press roses, place roses between the pages of a heavy book lined with wax paper. Close the book and place a heavy object on top. After 2-3 weeks, the flowers will be ready.';
   }
if(Chunk[0] == 11) {
   document.getElementById("swap_dyk").innerHTML = 'While the rose bears no fruit, the rose hip (the center part of a rose after it\'s done blooming) contains more vitamin C than any fruit or vegetable.';
   }
 if(Chunk[0] == 12) {
   document.getElementById("swap_dyk").innerHTML = 'Remove any leaves that may fall below the waterline when placed in the vase, as they will promote bacterial growth.';
   }
 if(Chunk[0] == 13) {
   document.getElementById("swap_dyk").innerHTML = 'To extend the life of roses, use a sharp knife or shears to cut an inch from the bottom of the stem while holding it under water.';
 }
 if(Chunk[0] == 14) {
   document.getElementById("swap_dyk").innerHTML = 'For a quick, professional arrangement, create a grid across the top of the vase with clear, waterproof tape. Place one rose in each grid and fill in the rest of the bouquet with foliage.';
   }
  if(Chunk[0] == 15) {
   document.getElementById("swap_dyk").innerHTML = 'To help avoid dehydration, place the vase in a cool spot away from direct sunlight, heating and cooling vents, and appliances that give off heat.';
 }
 if(Chunk[0] == 16) {
   document.getElementById("swap_dyk").innerHTML = 'Give roses a "face-lift" by gently removing discolored or drooping petals from roses to give them a fresh, just-received appearance even after several days.';
   }
 if(Chunk[0] == 17) {
   document.getElementById("swap_dyk").innerHTML = 'Yellow Roses symbolize joy and friendship.';
   }

 if(Chunk[0] == 18) {
   document.getElementById("swap_dyk").innerHTML = 'Pink Roses symbolize appreciation and gratitude.';
   }

 if(Chunk[0] == 19) {
   document.getElementById("swap_dyk").innerHTML = 'Purple Roses symbolize love at first sight.';
   }
 if(Chunk[0] == 20) {
   document.getElementById("swap_dyk").innerHTML = 'Orange Roses symbolize heart\'s desire.';
   }
   
  if(Chunk[0] == 21) {
   document.getElementById("swap_dyk").innerHTML = 'Cutting stems under water prevents air from blocking the flow of water to the head of the bud.';
 }
}