//****** Digital Flow Software NewsTicker Version 1.0 ******

// Copyright (c) Digital Flow Software 2005-2008
// The present javascript code is property of Digital Flow Software http://www.dpopup.com
// ***Removal of the present copyright notice is strictly prohibited***

dfs.nsc.initNSC=function(){
  
// Add your scroller call here

// Syntax:
// new dfs.nsc("divID",speed (integer >= +1),top-padding):
  
  new dfs.nsc("myScroller1",1,10);

}

if(window.attachEvent){window.attachEvent('onload', dfs.nsc.initNSC);}else{if(typeof window.onload == 'function'){var preADP = window.onload;window.onload = function(){preADP();dfs.nsc.initNSC();}}else{window.onload = dfs.nsc.initNSC;}}

