before you can get any further, you need to simplify
that xml file. I suggest you follow this format -
PHP Code:
 <?xml version="1.0" encoding="ISO-8859-1" ?>

<main>

     <newsticker>

  <item>
    <news>User BEEEEEEE was here! 1</news> 
    <url></url> 
  </item>

  <item>
    <news>User BEEEEEEE was here! 2</news> 
    <url></url> 
  </item>

     </newsticker>

     <news>

  <item>
    <news>Welcome to 7 Clans Casino | Thief River Falls</news> 
    <url></url> 
  </item>

  <item>
    <news></news>
    <url></url> 
  </item>

  <item>
    <news>....................................</news> 
    <url></url> 
  </item>

      </news>

</main>
is this a possibility ?