var tipTxt="";
var tipLink="";
var tipHeader="";
var imgLink="";

var tips = 7;

var dt = new Date();
var hr = dt.getSeconds();
var ra = hr % tips;
var r1 = ++ra;

switch(r1){
case 1:
tipHeader = "<a href=tips/dictionary/herbs/index.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/dictionary/herbs/index.html onFocus=blur()>&quot;Which herbs go best with the delicate taste of veal?&quot;</a>";
tipTxt = "Gebruik voor Veal niet al te sterke, overheersende Herbs. Dat is zonde van de mooie Vealsmaak. ";
tipLink = "<a href=tips/dictionary/herbs/index.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/dictionary/herbs/index.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break

case 2:
tipHeader = "<a href=tips/tips/frying.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/frying.html onFocus=blur()>&quot;Hoe bak ik mijn vlees lekker mals en smaakvol?&quot;</a>";
tipTxt = "Stem het formaat van de pan af op de hoeveelheid vlees die wordt bereid. In een te grote pan verbrandt de boter, in een te kleine pan wordt het vlees niet gelijkmatig gebakken.";
tipLink = "<a href=tips/tips/frying.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/frying.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break

case 3:
tipHeader = "<a href=tips/tips/roasting.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/roasting.html onFocus=blur()>&quot;When roasting veal, can I get a nice gravy?&quot;</a>";
tipTxt = "A casserole must have a thick bottom. This way the heat of the fire is evenly spread.";
tipLink = "<a href=tips/tips/roasting.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/roasting.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break

case 4:
tipHeader = "<a href=tips/tips/grilling.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/grilling.html onFocus=blur()>&quot;Can I grill flavoured meat?&quot;</a>";
tipTxt = "Heat up your grilling device well (whether gas, electric or barbecue). Flavour the meat but do not add salt. Salt moistens the outside so that the meat cannot be sealed well and does not develop a nice golden brown colour.";
tipLink = "<a href=tips/tips/grilling.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/grilling.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break

case 5:
tipHeader = "<a href=tips/tips/cooking.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/cooking.html onFocus=blur()>&quot;Should I cook meat in cold or hot water?&quot;</a>";
tipTxt = "You put the meat on the cooker in cold water, this allows the flavours to get into the liquid. This is how you make broth and soup.";
tipLink = "<a href=tips/tips/cooking.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/cooking.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break

case 6:
tipHeader = "<a href=tips/tips/stir_frying.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/stir_frying.html onFocus=blur()>&quot;What is the advantage of stir-frying?&quot;</a>";
tipTxt = "Small cubes of meat, but also vegetables, can be prepared easily and quickly in a wok.";
tipLink = "<a href=tips/tips/stir_frying.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/stir_frying.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break


case 7:
tipHeader = "<a href=tips/tips/stewing.html onFocus=blur()>Q & A: <b>Cooking&nbsp;advice</b></a>";
tipTitel = "<a href=tips/tips/stewing.html onFocus=blur()>&quot;How exactly does stewing work?&quot;</a>";
tipTxt = "During stewing, the meat is kept against the cooking point, so that it becoms tender and tasty.";
tipLink = "<a href=tips/tips/stewing.html onFocus=blur()>Read more...</a>";
imgLink = "<a href=tips/tips/stewing.html onFocus=blur()><img src=graphics/pic_cook_huub_oudshoorn.gif width=100 height=100 border=0 vspace=3></a>"
break
}