(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.10";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));










var myfont_face = "tohama, verdana, arial";
var myfont_size = "10";
var myfont_color = "#000000";
var myback_color = "transparent";
var mytext_shadow = "0 1px #ccc";
var mypre_text = "THETIMEIS";
var mysep_text = "MOD_LCD_ON";
var mywidth = 300;
var my12_hour = 0;
var myupdate = 0;
var DisplayDate = 1;
var StyleDate = 1;


// Browser detect code
var ie4=document.all
var ns4=document.layers
var ns6=document.getElementById&&!document.all

// Global varibale definitions:
var dn = "";
var mn = "MOD_LCD_TH";
var old = "";

// The following arrays contain data which is used in the clock's
var DaysOfWeek = new Array(7);
DaysOfWeek[0] = "Sunday";
DaysOfWeek[1] = "Monday";
DaysOfWeek[2] = "Tuesday";
DaysOfWeek[3] = "Wednesday";
DaysOfWeek[4] = "Thursday";
DaysOfWeek[5] = "Friday";
DaysOfWeek[6] = "Saturday";

var MonthsOfYear = new Array(12);
MonthsOfYear[0] = "January";
MonthsOfYear[1] = "February";
MonthsOfYear[2] = "March";
MonthsOfYear[3] = "April";
MonthsOfYear[4] = "May";
MonthsOfYear[5] = "June";
MonthsOfYear[6] = "July";
MonthsOfYear[7] = "August";
MonthsOfYear[8] = "September";
MonthsOfYear[9] = "October";
MonthsOfYear[10] = "November";
MonthsOfYear[11] = "December";

// This array controls how often the clock is updated,
// based on your selection in the configuration.
var ClockUpdate = new Array(3);
ClockUpdate[0] = 0;
ClockUpdate[1] = 1000;
ClockUpdate[2] = 60000;

// For Version 4+ browsers, write the appropriate HTML to the
// page for the clock, otherwise, attempt to write a static
// date to the page.
if (ie4||ns6) { document.write(''); }
else if (document.layers) { document.write(''); }
else { old = "true"; show_clock(); }

// The main part of the script:
function show_clock() {
if (old == "die") { return; }

//show clock in NS 4
if (ns4)
document.ClockPosNS.visibility="show"
// Get all our date variables:
var Digital = new Date();
var day = Digital.getDay();
var mday = Digital.getDate();
var month = Digital.getMonth();
var hours = Digital.getHours();

var minutes = Digital.getMinutes();
var seconds = Digital.getSeconds();

// Fix the "mn" variable if needed:
if (mday == 1) { mn = "MOD_LCD_ST"; }
else if (mday == 2) { mn = "MOD_LCD_ND"; }
else if (mday == 3) { mn = "MOD_LCD_RD"; }
else if (mday == 21) { mn = "MOD_LCD_ST"; }
else if (mday == 22) { mn = "MOD_LCD_ND"; }
else if (mday == 23) { mn = "MOD_LCD_RD"; }
else if (mday == 31) { mn = "MOD_LCD_ST"; }

// Set up the hours for either 24 or 12 hour display:
if (my12_hour) {
dn = "AM";
if (hours > 12) { dn = "PM"; hours = hours - 12; }
if (hours == 0) { hours = 12; }
} else {
dn = "";
}
if (minutes <= 9) { minutes = "0"+minutes; }
if (seconds <= 9) { seconds = "0"+seconds; }

// This is the actual HTML of the clock. If you're going to play around
// with this, be careful to keep all your quotations in tact. edit by CoreTemplate.com
//Time-Date
if (!StyleDate) {
myclock = '';
myclock += '
';
myclock += '';
myclock += mypre_text+' ';
myclock += '';
myclock += '';
myclock += hours+':'+minutes;
if ((myupdate < 2) || (myupdate == 0)) { myclock += ':'+seconds; }
myclock += ' '+dn;
myclock += '';
if (DisplayDate) {
myclock += '';
myclock += ' '+mysep_text;
myclock += ' '+DaysOfWeek[day]+', '+mday+mn+' '+MonthsOfYear[month];
myclock += ' 2018';}

myclock += '
';
}
if (old == "true") {
document.write(myclock);
old = "die";
return;
}

//Date-Time
if (StyleDate) {
myclock = '';
myclock += '
';
if (DisplayDate) {
myclock += '';
//myclock += ' '+mysep_text;
myclock += DaysOfWeek[day]+', '+MonthsOfYear[month]+' '+mday+",";
myclock += ' 2018
';}
//myclock += '';
//myclock += ' / '+mypre_text;
//myclock += '
';
myclock += '';
//myclock += ' | '+hours+':'+minutes;
if ((myupdate ';
myclock += '

';
}
if (old == "true") {
document.write(myclock);
old = "die";
return;
}
//end edit by RBO Team
// Write the clock to the layer:
if (ns4) {
clockpos = document.ClockPosNS;
liveclock = clockpos.document.LiveClockNS;
liveclock.document.write(myclock);
liveclock.document.close();
} else if (ie4) {
LiveClockIE.innerHTML = myclock;
} else if (ns6){
document.getElementById("LiveClockIE").innerHTML = myclock;
}

if (myupdate != 0) { setTimeout("show_clock()",ClockUpdate[myupdate]); }
}





































































































jQuery(document).ready(function($){
var slider = $('#allmode-id332'),
parent = slider.parent();

var item320 = 2,
item640 = 3,
item880 = 4;

if (parent.hasClass('slider-item-1')) {
item320 = 1;
item640 = 1;
item880 = 1;
} else if (parent.hasClass('slider-item-2')) {
item320 = 2;
item640 = 2;
item880 = 2;
} else if (parent.hasClass('slider-item-3')) {
item320 = 2;
item640 = 3;
item880 = 3;
} else if (parent.hasClass('slider-item-4')) {
item320 = 2;
item640 = 4;
item880 = 4;
} else if (parent.hasClass('slider-item-5')) {
item320 = 3;
item640 = 4;
item880 = 5;
} else if (parent.hasClass('slider-item-6')) {
item320 = 2;
item640 = 4;
item880 = 6;
}


slider.owlCarousel({
loop: true,
margin: 28,
autoplay: true,
autoplayTimeout: 5500,
autoplayHoverPause: true,
// Navigation
nav: true,
navContainer: parent.find('.allmode-nav'),
dotsContainer: parent.find('.allmode-pages'),
// Responsive
responsiveBaseElement: slider,
responsive:{
0 : {items: 1, dots: false},
320 : {items: item320},
640 : {items: item640},
880 : {items: item880}
},
// Equal Height
onRefreshed: function(){
slider.find('div.owl-item').height('auto').height(slider.height());
}
});

// Load Refresh
slider.imagesLoaded(function(){
this.trigger('refresh.owl.carousel');
});
});




Molalla Pioneer News














  • Operation Santa Parade maps




    Molalla Pioneer - News



    The annual Molalla Food Drive continues Friday with the Operation Santa Parades. Check out the routes...








  • Colton Corner: Colton Market receives appreciation from Air Force




    Molalla Pioneer - News



    Abdul Saleem and the Colton Market received a Certificate of Appreciation from the Air Force Recruiting…








  • Wintertime tips to keep ice, snow at bay




    Molalla Pioneer - News



    The following tips are designed to help get you and your home ready for what winter has in store.








  • County adopts new name, hours for mental health clinic




    Clackamas Review - News



    Formerly known as the Riverstone Clinic, the Mental Health Center aims to be a supportive place








  • Aurora event features wine, chocolate




    Molalla Pioneer - News



    The Aurora Wine and Chocolate Walk comes back on Saturday and Sunday, Dec. 1-2








  • Travel back in time




    Molalla Pioneer - News



    Old Aurora Colony Museum is holding a candlelight tour with scenes from an 1878 Christmas








  • Molalla Fire may support Monitor Fire




    Molalla Pioneer - News



    The two departments met to talk about Monitor Fire Department's need for support








  • Molalla food drive ready to roll




    Molalla Pioneer - News



    The annual Molalla Food drive will begin Friday, Nov. 30 as fire trucks and other volunteer vehicles drive…








  • Molalla Community Choir sets Nov. 30 performance




    Molalla Pioneer - News



    The Molalla Community Choir's free anuual concert 'A Christmas Delight on A Winter Night' is coming up








  • Colton Corner: Colton Aid Network helps community during holidays




    Molalla Pioneer - News



    CAN volunteers assembled Thanksgiving food boxes, now look forward to Christmas








  • Molalla 4-H alumna performs special duties at national event




    Molalla Pioneer - News



    Lauren Urton performed a musical number in American Sign Language at the 4-H National Hall of Fame Induction…








  • Trisha Claxton stepping down from North Clackamas board




    Clackamas Review - News



    Oak Grove resident is having to take unpaid leave as a Molalla River Middle School teacher, having run out of…








  • What's Up: Nov. 28 to Dec. 4




    Molalla Pioneer - News



    Flu shot clinic, Family Christmas event and more going on in and around Molalla this week








  • Molalla Library lends love of learning to thousands




    Molalla Pioneer - News



    Library Director Diana Hadley recalls successes and spreads awareness about all the library has to offer








  • Molalla City Council acknowledges residents




    Molalla Pioneer - News



    Mayor Thompson hands out certificates of appreciation to honor volunteers for the Visioning Process








  • Molalla's Visioning Process progresses




    Molalla Pioneer - News



    Process heading toward steps to involve more people developing into a healthy community








  • Clackamas County considering limits to marijuana production




    Clackamas Review - News



    Proposed change would only allow one marijuana grow site or one premises licensed for marijuana production in…








  • Want to make Clackamas County roads safer?




    Clackamas Review - News



    Commissioners seek new traffic advisory board members, especially in rural areas








  • Keeping food borne illness out of your holiday plans




    Molalla Pioneer - News



    Here are some holiday food safety tips from Oregon State University Extension Service








  • City Council discusses Capital Improvement program




    Molalla Pioneer - News



    The program announces all projects that have been completed and are underway








  • Cowboy Coffee opens sit-down location




    Molalla Pioneer - News



    The Delbridge family purchased the Prairie House Inn, will run as coffee shop and bed and breakfast








  • What's Up: Nov. 21-27




    Molalla Pioneer - News



    Warming Center open, Molalla CPO and more going on in and around Molalla this week








  • Fire destroys 4.000 square-foot home on Beavercreek Road




    Molalla Pioneer - News



    Fourteen trucks needed to try to put out fire, no one injured, but house totally destroyed








  • Molalla High grad makes his way in the military




    Molalla Pioneer - News



    Molalla alumnus Hallister Stephenson is waiting to hear on his application to U.S. Army Officer Candidate…








  • African Children's Choir comes to Molalla, Silverton




    Molalla Pioneer - News



    Children sing spirituals and gospel favorites to support education, care, relief and development programs








  • Molalla students get historical glance




    Molalla Pioneer - News



    A group of Molalla River Academy students recently visited the Molalla Area Historical Society








  • Colton Corner: CAN can use your help




    Molalla Pioneer - News



    The Colton Aid Network is accepting food and monetary donations for annual Thanksgiving boxes








  • Mulino principal's resignation comes after legal dispute with…




    Molalla Pioneer - News



    Former Mulino Elementary Principal Alan Willey resigns following a legal settlement between him and the…








  • Clackamas County to hold Nov. 19 meeting




    Molalla Pioneer - News



    County to meet with residents regarding potential for added vehicle registration costs








  • Colton High October Students of the Month




    Molalla Pioneer - News



    Colton High School has announced its Students of the Month for October. They are...








  • What's Up: Nov. 14-20




    Molalla Pioneer - News



    The Warming Center is now open and more going on in and around Molalla this week.








  • Molalla looks ahead to Christmas activities




    Molalla Pioneer - News



    Molalla gets started for Christmas decorations, tree lighting, Santa visits and fire fighter collections








  • Molalla City Council to meet Nov. 14




    Molalla Pioneer - News



    Discussions to include an agreement with the county, review of procedures and policies and capital improvement








  • Colton Corner: CHS play continues




    Molalla Pioneer - News



    There are three more chances to see Colton High's drama club perform 'The Mouse that Roared.'








  • Molalla students salute veterans




    Molalla Pioneer - News



    Assembly honors veterans from all U.S. wars; speakers from all ranks including elected leaders, current…








  • Morris focuses on life of service




    Molalla Pioneer - News



    The Molalla man learned plenty about leadership during his time in the U.S. Navy









jQuery(document).ready(function($){
$('#allmode-id333').pajinate({
items_per_page : 12,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});





Regional News














  • Brown's budget focus: Schools, schools, schools




    Portland Tribune - News









  • Hispanic leaders surge into state's political future




    Portland Tribune - News









  • Governor sees big pay off in bigger education bucks




    Portland Tribune - News









  • Report: Portland motorists can't drive in rain or shine




    Portland Tribune - News









  • Winter could put state highways on a low-salt diet




    Portland Tribune - News









  • First person of color elected to Lake Oswego council




    Portland Tribune - News









  • House GOP taps Carl Wilson as minority leader




    Portland Tribune - News









  • Steel Bridge a 'chokepoint' for 40-minute ferry service




    Portland Tribune - News









  • Metro housing bond funds on Portland's horizon




    Portland Tribune - News









  • Domestic violence, shooting suspect arrested




    Portland Tribune - News









  • Police identify man poking people on Hawthorne Street




    Portland Tribune - News









  • PETA protests cruel wool in Portland at 'Never21' rally




    Portland Tribune - News









  • 4 days later: Still no cause of death for Richard Barry




    Portland Tribune - News









  • Looking for love? Portland is 4th best city for dating




    Portland Tribune - News









  • LOPD TV returns!




    Lake Oswego Review - News









  • ODFW OK'd to kill 93 sea lions a year at Willamette Falls




    Portland Tribune - News









  • 'Tough' Betsy Johnson adds rural balance to state budget process




    Portland Tribune - News









  • State launches probe after box of ballots surfaces




    Portland Tribune - News










jQuery(document).ready(function($){
$('#allmode-id1527').pajinate({
items_per_page : 6,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});





RATTLED: OREGON'S CONCUSSION DISCUSSION














  • Concussion leaves teen injured and isolated




    Portland Tribune - News









  • The Concussion Gap




    Portland Tribune - News









  • Enforcement of concussion rules sometimes spotty in leagues




    Portland Tribune - News









  • Changing Latino soccer culture




    Portland Tribune - News









  • Checking the blind spot




    Portland Tribune - News









  • Max's law shields young athletes




    Portland Tribune - News









  • How Max's injury became Max's Law




    Portland Tribune - News









  • Rattled: Oregon's Concussion Discussion is a joint project




    Portland Tribune - News









  • Schools struggle to release concussion records




    Portland Tribune - News









  • Concussions: Payoffs and perils for athletes, schools




    Portland Tribune - News









  • Concussion project spurs student journalists, too




    Portland Tribune - News









  • Making an impact: Concussions and student athletes




    Portland Tribune - News









  • Aftermath: A life changed by brain injury




    Portland Tribune - News










jQuery(document).ready(function($){
$('#allmode-id1537').pajinate({
items_per_page : 6,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});
























Sports











At home with an audience




November 27, 2018
Molalla Pioneer - Sports
Tanner Russ



As a college football career ends Molalla alum Cory Foster wants to use his voice, platform for good








A new swim team comes from Molalla Aquatic Center




November 27, 2018
Molalla Pioneer - Sports
Tanner Russ



Oregon City Swim Team expands to Molalla, provides club swimming experience for kids













  • Bo Edwards named Best Defensive Football Player




    Molalla Pioneer - Sports



    In the Pamplin All-American voting, the Molalla junior earned two spots on the list








  • Molalla Hall of Fame getting fresh start




    Molalla Pioneer - Sports



    Molalla Athletic Director Todd Moore wants to renew interest in Molalla's athletic history








  • Colton volleyball all-leaguers




    Molalla Pioneer - Sports



    Two of the Lady Vikings received Tri-River Conference distinctions for regular season play








  • Molalla nabs handful of all-league slots




    Molalla Pioneer - Sports



    Seven members of the varsity football squad received Cowapa League distinctions








  • Though disappointed, Molalla football coach optimistic




    Molalla Pioneer - Sports



    Despite ending season 2-7, head coach Tim Baker sees potential for groundwork laid in 2018








  • Molalla girls' soccer optimistic for the future




    Molalla Pioneer - Sports



    Despite disappointing results in postseason, expectations still high for next year








  • Play of the Day: The best from Week 12 in high school football




    Lake Oswego Review - Sports



    Take a look back at the plays that made the difference between victory and defeat in Week 12








  • Check out our best photos from Week 12 of 2018 high school football




    Lake Oswego Review - Sports



    The action was wild, the hits were big and the resuts were huge in Friday football action








  • Week 12 high school football playoff scores are here - updated brackets, too




    Lake Oswego Review - Sports



    Check out all the big scores and results from the 11th week of the high school season








  • Colton football coach reflects on season




    Molalla Pioneer - Sports



    Growth as leaders and in the weight room give Robinson hope and optimism for future seasons








  • Country Christian all-league results




    Molalla Pioneer - Sports



    The Cougars raked several all-league awards after dominating the Valley-10 League once again








  • Check out our best photos from Week 11 of 2018 high school football




    Lake Oswego Review - Sports



    The action was wild, the hits were big and the resuts were huge in Friday football action








  • Play of the Day: The best from Week 11 in high school football




    Lake Oswego Review - Sports



    Take a look back at the plays that made the difference between victory and defeat in Week 11








  • State soccer championships: Who won and who lost




    Lake Oswego Review - Sports



    Check out who finished on top in Oregon boys and girls high school soccer championships








  • Week 11 high school football playoff scores are here - updated brackets, too




    Lake Oswego Review - Sports



    Check out all the big scores and results from the 11th week of the high school season








  • Molalla boys recognized in Tri-Valley Conference




    Molalla Pioneer - Sports



    Eight players from the boys' soccer squad were voted to receive all-league honors








  • Molalla falls to Valley Catholic




    Molalla Pioneer - Sports



    The boys' soccer team traveled to Beaverton to square off with the Valiants, but wound up losing 2-1








  • Molalla girls' soccer garners several all-league honors




    Molalla Pioneer - Sports



    After successful stretch of play during the season, Molalla players were recognized for efforts








  • Molalla's cross country team comes up short




    Molalla Pioneer - Sports



    After qualifying for the state meet in Eugene, the boys team finished in 12th place overall








  • Play of the Day: The best from Week 10 in high school football




    Lake Oswego Review - Sports



    Take a look back at the plays that made the difference between victory and defeat in Week 10








  • Friday's top five: A look at the five biggest football games from Nov. 2




    Lake Oswego Review - Sports



    Big winners from Week 10 included Scappoose, Lakeridge, Sherwood, Oregon City and Reynolds








  • High school football rolls into playoffs in Week 10




    Lake Oswego Review - Sports



    Check out the many games we'll cover in round 10 of the 2018 high school football season








  • Week 10 high school football playoff scores are here - updated brackets, too




    Lake Oswego Review - Sports



    Check out all the big scores and results from the 10th week of the high school season








  • The run is done




    Molalla Pioneer - Sports



    Country Christian came up short against Joseph in a five set classic in the first round of playoffs









jQuery(document).ready(function($){
$('#allmode-id364').pajinate({
items_per_page : 8,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});





Friends to Follow





Social media posts from your local merchants















Features











Uncover the magic of the quilting world




September 07, 2018
Portland Tribune - Features
Clara Howell



The Northwest Quilting Expo kicks off this Thursday, Sept. 27, for a three day event at the Portland Expo Center








People of Providence - Meet Lori Bergen, RN and Chief Executive at Providence Newberg Medical Center




August 30, 2018
Portland Tribune - Features
SUGGESTED CONTENT



SUGGESTED CONTENT: The People of Providence is brought to you by the Providence Foundations of Oregon













  • Activist sisters raise expectations




    Portland Tribune - Features



    Duo brings social consciousness, folk, hip hop to two days of Pickathon, which takes place at Pendarvis Farm in Happy Valley, Aug. 3-5








  • At 20-year mark, Pickathon still taking chances




    Portland Tribune - Features



    There will be 50-plus artists helping Happy Valley music festival celebrate the milestone, Aug. 3-5; founder Zale Schoenborn is ecstatic…








  • Oregon loves Nashville-based duo and they love us




    Molalla Pioneer - Features



    Meet the husband and wife duo Pierce Avenue, who ended their 30-day Oregon tour on Clackamas County Fair's main stage.








  • Community chips in to provide school supplies for Molalla students




    Molalla Pioneer - Features



    Molalla Elementary keeps the school supply list short and joins with the community in a campaign to make supplies available for needy…








  • MOVIE REVIEW: Dunkirk




    Canby Herald - Opinion



    In May 1940, Germany advanced into France, trapping Allied troops on the beaches of Dunkirk. Under air and ground cover from British and…








  • Colton Corner - June 28, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - June 21, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Cotlon Corner - June 14, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - June 7, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - May 31, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - May 24, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - May 17, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - May 10, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - May 3, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Colton Corner - April 26, 2017




    Molalla Pioneer - Features



    Check out this week's roundup of happenings around Colton from the Pioneer's correspondent, Cindy Fama








  • Extreme weather hits Colton area




    Molalla Pioneer - Features



    Local residents submit photos of some of the damage caused by high winds last Friday








  • Stars on Stage fundraiser a big success




    Molalla Pioneer - Features



    Weekly local news about the surrounding areas of Molalla contributed by correspondents









jQuery(document).ready(function($){
$('#allmode-id427').pajinate({
items_per_page : 8,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});





Sustainable Life











EPA plans formal meeting with Willamette River polluters to pressure them to get started on Superfund cleanups




November 29, 2018
Steve Law



Dec. 4 gathering in Portland comes nearly two years after EPA issued its $1 billion Portland Harbor cleanup plan, and nine months after it sent warning letter to some 150 parties on the hook to pay the costs.








A monarch movement at Mary S. Young?




November 28, 2018
Patrick Malee



West Linn-area groups, residents and students team up to create pollinator garden near dog park













  • Extreme weather experienced here in 2015 will become routine, study predicts





    Federal study warns of failure to take action on climate change, and suggests communities plan to be more resilient.








  • Steel Bridge a 'chokepoint' for 40-minute ferry service





    Portland Mayor Ted Wheeler wants to fund Susan Bladholm's Frog Ferry boat to Vancouver, Washington.








  • ODFW OK'd to kill 93 sea lions a year at Willamette Falls





    The Oregon Department of Fish and Wildlife says California sea lions are eating too many salmonids.








  • EARTHTALK: The future of plastics





    Dear EarthTalk: Considering all the well-publicized problems with plastic in our oceans, do you think that plastic has any kind of future? - Lea…








  • ODFW OK'd to kill 93 sea lions a year at Willamette Falls





    The Oregon Department of Fish and Wildlife says California sea lions are eating too many salmonids.








  • More anhydrous ammonia, a 'colorless gas with pungent, suffocating fumes,' to be shipped from Portland terminal





    A Midwest company will use the Rivergate Terminal to export the fertilizer component to Asian markets.








  • E-scooter company fined for pilot program rules violations





    City says Skip didn't put enough scooters in East Portland during local test run








  • Mirror Lake Trailhead opens in new home





    Mount Hood area residents, officials celebrate relocation, reopening of popular hiking spot








  • Police investigate 20 birds found dead near Hillsboro





    Oregon State Police are investigating after nearly two dozen birds were found dead in a field.








  • Study: NW forests will weather climate change better than others in West





    Doug firs in Western Oregon and Washington are less vulnerable to fire and drought for next three decades, until conditions worsen.








  • So long, e-scooters, but maybe not for long





    Portland's pilot project with battery-powered scooters ends, but a second project may be in store for 2019.








  • Lack of ferry means trouble in river city, backers say





    Oregon Transportation Commissioners hear first report on Frog Ferry concept on Friday, Nov. 16.








  • Happy America Recycles Day, Oregon - but you're failing to meet state goals





    Recycling rate has been down in all parts of the state in recent years, though, surprisingly, it may have gone up a bit in 2017








  • Can a river ferry relieve traffic? Proposal hopes for green light





    Ambitious plan to move hundreds between Vancouver and Portland encouraged by local and state leaders








  • ODFW: Someone may be feeding coyotes that attacked 2 kids





    Oregon Department of Fish and Wildlife not planning on tracking or trapping beasts in SW Portland.








  • National Parks backing Willamette Falls as National Heritage Area





    Next step is to write legislation that will be introduced to U.S. Congress in 2019









jQuery(document).ready(function($){
$('#allmode-id189').pajinate({
items_per_page : 8,
nav_label_prev : 'PREV',
nav_label_next : 'NEXT'
});
});











Special Sections
















Healthy Life - Nov 2018 - Women's Wellness







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Clackamas County Cultural Guide - Winter 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Northwest Quilting Expo 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Clackamas County Cultrual Guide - Fall 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Clackamas County Fair 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Summer Fun Guide 2018 - Canby / Molalla







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Clackamas County Cultural Guide - Summer 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…











Amazing Kids 2018







A Special Section Publication produced by The Pamplin Media Group - All Rights Reserved -…












jQuery(document).ready(function($){
$('.allmode-wrapper').matchHeight();
});















































Contract Publishing














Go to top
Template by JoomlaShine

Popular posts from this blog

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values