---------- meta ---------- $VAR1 = { 'content' => 'this is some meta content', 'name' => 'description' }; ---------- $VAR1 = { 'content' => 'cars bikes sales call wheels engine fast', 'name' => 'keywords' }; ---------- $VAR1 = { 'http-equiv' => 'Refresh', 'content' => '300;URL=\'http://web.asite.com/tmpgifs/zz/\'' }; ---------- ---------- links ---------- linktext $VAR1 = { 'href' => 'http://www.gone.com' }; ---------- linktext2 $VAR1 = { 'href' => 'http://www.gone2.com' }; ---------- linktext3 (bold word) $VAR1 = { 'href' => 'http://www.gone3.com' }; ---------- text next to image $VAR1 = { 'href' => 'www.linkfromimage.com1' }; ---------- $VAR1 = { 'href' => 'www.linkfromimage.com2' }; ---------- email link text $VAR1 = { 'href' => 'mailto:deepheat@bbb.com' }; ---------- ---------- areas ---------- $VAR1 = { 'href' => '/destinations/western-cape/map.aspx', 'coords' => '121,380,172,400', 'shape' => 'rect', 'title' => 'abc' }; ---------- $VAR1 = { 'href' => '/destinations/free-state/map.aspx', 'coords' => '262,214,301,241', 'title' => 'Free State Map', 'shape' => 'rect' }; ---------- $VAR1 = { 'alt' => 'Free State Map2', 'href' => '/destinations/free-state/map2.aspx', 'coords' => '262,214,301,241', 'shape' => 'rect' }; ----------