<!--//hidden

//////////////////////////////////////////////////////
// source: Tomvw, Webmaster (Do not edit this code)
// description: Daily Prayer feature for WYnet USA
// Author: tomvw
// URL: http://www.wycliffe.org
// Last Modified: 08-20-03
//////////////////////////////////////////////////////


//////////////////////////////////////////
// Text associated with each news feature
//////////////////////////////////////////


var feature1 = "WYnet  USA is lining up trips for next summer.... Check out <a href='http://www.wynetusa.org/usa/dosomething/pursue/trips.htm' target='_blank'>GET  Global</a> on WYnet USA to see where we will be going.    ";

var feature2 = "The  GET Global PNG &amp; Southeast  Asia teams are back. Praise the Lord that the trips  went really well!  ";

var feature3 = "WYnet  USA is partnering with Teen Mania to take trips next  summer to Guatemala and Papua New Guinea.... Interested?  Check out <a href='http://www.teenmania.com/globalexpeditions' target='_blank'>Teen  M</a><a href='http://www.teenmania.com/globalexpeditions' target='_blank'>ania</a>  and look for the trips to Guatemala and Papua New Guinea.  ";

var feature4 = "WYnet  UK has just launched a new iniciate called  Local Groups.  The idea is that WYnet members  can meet when and where they like in order to hang out  and Pray for Vision 2025!   ";

var feature5 = "WYnet  UK are working on plans for a gap  year program.  Pray for them to have wisdom  as they work on those plans, but also pray for the right  people to apply for the program!   ";

var feature6 = "WYnet  UK&#039;s Co-ordinator Tim Robinson has become a father!   Daniel enterted the world on July 10th. Pray  for him as he adjust to his new life!  ";

var feature7 = "Please  pray for the GET Global Peru team.  They will be in Peru August 1-15. Pray for safety as  they travel. Also, pray that God would challenge them  to grow deeper and draw them close as a team.  ";

var feature8 = "There  are several GET Global teams  all across the world at the moment, please be prayign  for them, for God to move int eh teams and for saftey  and protection for them.  ";
var features = 8






//////////////////////////////////////////////////////////
// selects day to show
// (Do not edit below this line)
//////////////////////////////////////////////////////////
var now = new Date();
var which = now.getDate();

while (features < which) { 
 which = which - features; }	

//////////////////////////////////////////
// Prints out html code necessary for all features to show up
//////////////////////////////////////////

if (which == 1) { document.writeln(feature1); 	}	
else   if (which == 2) { document.writeln(feature2);	}
else   if (which == 3) { document.writeln(feature3);	}
else   if (which == 4) { document.writeln(feature4);	}
else   if (which == 5) { document.writeln(feature5);	}
else   if (which == 6) { document.writeln(feature6);	}
else   if (which == 7) { document.writeln(feature7);	}
else   if (which == 8) { document.writeln(feature8);	}


	
// -->

