/* Include this URL as a javascript include from within your document.
  • Be sure to have a div on your page with the ID "c_plime" **BEFORE** this script is called (otherwise there is nowhere to insert the script).
  • To style the UL, create a CSS class called p_ul.
  • To style the LI uniformly, create a CSS class called p_li1 and p_li2 and give them the same propeerties.
  • To style the LI with alternating colors/effects, create a CSS class called p_li1 and p_li2 and give them different propoerties.

    SAMPLE CODE


    RENDERS AS
    plime_links+='
  • SUV Ripped Apart By Unknown Creature
  • '; plime_links+='
  • Hundreds of New Reef Creatures Found in Australia
  • '; plime_links+='
  • Unknown insects found in 110-million-year-old amber in Spain
  • '; plime_links+='
  • Wrist watch buried at North Pole 3 years ago, found by boy 1800 miles away!
  • '; plime_links+='
  • North Korea\'s latest launch ... beer
  • '; plime_links+=''; if(document.getElementById('c_plime')){document.getElementById('c_plime').innerHTML=plime_links;} //-->