$(document).ready(function()
{
  var enslider1 = {
    firstname:     "news",
    secondname:    "showhere",
    thirdname:     "news_display",
    fourthname:    "news_button",
    playingtitle:  "Now Playing:",
    nexttitle:     "Next: ",
    prevtitle:     "Previous: ",
    newsspeed:     '5000',
    effectis:      '4',
    mouseover:     false,
    newscountname: "test",
    disablenewscount: false,
    imagedir:      '/jquery/'
  }
  $.init_news(enslider1);
});

