// 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

' +'

' +'

' +'California AG Issues Medical Marijuana Guidelines

' +'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!

' +'How Cannabis Can Save The Economy

' +'

' +'"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

' +'How does your Medical Marijuana garden grow ?

' +'what are the best ways to get rid of marijuana smoke smell ...

' +'California Organics - dont buy products labeled Organic, unless they meet these specifications

' +'Marijuana Growing

' +'Study: Sperm may be affected by marijuana

' +'Opening A Medical Marijuana Patient ID Center

' +'White House - DEA Raids in Medical Marijuana States Will Stop

' +'E Medical Marijuana Doctors

' +'Medical Marijuana OK in Israel and Germany, US Stuck in 1937

' +'Marijuana Porn: 12 strains of medical pot and how they heal

' +'Rest In Peace - George Carlin: Should Cannabis Be Legal?

' +'Think Outside the Cage: Some Find Hope For Shift In US Drug Policy

' +'Marijuana stores will increase crime, local budgets and Property Taxes

' +'Growing Pot for Research

' +'

' +'

' +'Remember, www.RxCannabis.com is bringing Consumer Protection to the RX Cannabis Indusstry - for more information about how you can help with this important project, click here or visit www.rxcannabis.com

' +'Michael Phelps puts a face to a smoking injustice

' +'Montana: Senate OKs bill tweaking medical-marijuana program ...

' +'Medical Marijuana Cultivation 101: part 1 of 2

' +'Medical Marijuana (HB 164) Needs Your Support

' +'Medical Pot Bill In WA Legislature Could Lead To More Access

' +'Legal pot: Bill sees cash harvest for state

' +'Read a version of AB 390 - click here (type in AB 390 in the search engine)

' 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('') } } }