// Original script distributed by http://www.hypergurl.com // Modified and merged with php by aaron mello 9-2008 //Mike the next few lines let you change the look of your scroll box // Set the width of the scroll box on the line below (in pixels) var scrollerwidth="600px" // Set the height of the scroll box on the line below (in pixels) var scrollerheight="150px" // Set the border style width and color of the scroll box on the line below (eg solid 1px #000000) var brdstyle='solid 3px green' // Set the background color of the scroll box on the line below (use hex color codes proceeded by the # sign) var bgclr='white' // Set the text color of the links on the line below (use hex color codes proceeded by the # sign) var txtclr='green' // Set the text color of the byline on the line below (use hex color codes proceeded by the # sign) var bylnclr='black' // Set the text for the byline on the line below (DO NOT use any single quotes ') var byline='Copyright 2008 www.RxCannabisNewsService.com' // Enter the name of the image displayed in the byline below(must be located in the images folder) var bylnImg='leaf.jpg' // Set scroll box speed on the line below (larger is faster 1-10) var scrollerspeed=1 // DO NOT Change anything below this line! // // Scrollers content goes here! Keep all of the message on the same line! var scrollercontent='' +'Consumer Warning - Cannabis Clubs Do Not Comply With Consumer Protection Laws

' +'

' +'

' +'Visit The World’s Only RX Cannabis Seed Bank Complying With California Law

' +'California AG Issues Medical Marijuana Guidelines

' +'The Economist Magazine Calls Medical Marijuana Patients “Stoners”

' +'Can cats eat marijuana plants?

' +'A brief history of marijuana laws across America

' +'Find out how you can have one of these scroll boxes on your site - become a journalist today!

' +'Click Here For Advocacy Tools that were specifically created to help protect and enhance your consumer rights!

' +'Marijuana patients increase

' +'US Supreme Court: State Medical Marijuana Laws Not Preempted by ...

' +'Marijuana Sellers Thriving With ‘White Rhino,’ ‘Wonder Woman’

' +'How Cannabis Can Save The Economy

' +'CA Supreme Court: Caregiver must do more than provide marijuana

' +'

' +'"There Ought To Be A Law" -- Got an idea to make government better? Click here to find out how to write the proposal & get your idea introduced as a proposed law

' +'

' +'The Consumers News Service is press release driven Service - to submit your FREE press release for free publication, click on the link below

' +'

' +'The Consumers News Service is NOW ON LINE - 24 sites are up an running for your review - click here to view the list

' +' New Jersey Medical Marijuana Bill

' +'Medical pot collective moves into Sausalito

' +'which Medical MJ is best for chronic pain

' +'Best legal "buds"?

' +'1000 reasons cannabis should be legal

' +'1000 reasons cannabis should be legal

' +'DEA’s excuses for raiding medical marijuana dispensaries

' +'RX Cannabis News - December 2008

' +'X-Mas Came Early Today

' +'Medical cannabis club seeks a kitchen

' +'California cops asked federal help to undermine state drug laws

' var pauseit=1 scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS var copyspeed=scrollerspeed var iedom=document.all||document.getElementById var actualheight='' var cross_scroller, ns_scroller var pausespeed=(pauseit==0)? copyspeed: 0 function populate(){ if (iedom){ cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller cross_scroller.style.top=parseInt(scrollerheight)+8+"px" cross_scroller.innerHTML=scrollercontent actualheight=cross_scroller.offsetHeight } else if (document.layers){ ns_scroller=document.ns_scroller.document.ns_scroller2 ns_scroller.top=parseInt(scrollerheight)+8 ns_scroller.document.write(scrollercontent) ns_scroller.document.close() actualheight=ns_scroller.document.height } lefttime=setInterval("scrollscroller()",20) } window.onload=populate function scrollscroller(){ if (iedom){ if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8)) { cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px" } else cross_scroller.style.top=parseInt(scrollerheight)+8+"px" } else if (document.layers){ if (ns_scroller.top>(actualheight*(-1)+8)) ns_scroller.top-=copyspeed else ns_scroller.top=parseInt(scrollerheight)+8 } } if (iedom||document.layers){ with (document){ if (iedom){ write('
') write('') write('
') write('
') } else if (document.layers){ write('') write('') write('') } } }