Notes for the next broadcast: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Sitz im leben == | |||
<html> | |||
<div align="center"><h3><span style="color:green;"></html>Ordinary Time: Following Jesus<html></span></h3></div></html> | |||
<html><div align="center"> | |||
<table border="1" cellpadding="4" class="boxed"> | |||
<tr> | |||
<td> | |||
<script type="text/javascript"> | |||
/* | |||
Annual Occasions Count Down script- By JavaScript Kit | |||
For this and over 400+ free scripts, visit http://www.javascriptkit.com | |||
This notice must stay intact | |||
*/ | |||
var today=new Date() | |||
//Enter the occasion's MONTH (1-12) and DAY (1-31): | |||
var theoccasion=new Date(today.getFullYear(), 11, 28) | |||
//Customize text to show before and on occasion: | |||
var beforeOccasionText="left before Advent." | |||
var onOccasiontext="Tomorrow is the first Sunday of Advent." | |||
var monthtext=new Array("Jan","Feb","Mar","April","May","June","July","Aug","Sep","Oct","Nov","Dec") | |||
theoccasion.setMonth(theoccasion.getMonth()-1) //change to 0-11 month format | |||
var showdate="("+monthtext[theoccasion.getMonth()]+" "+theoccasion.getDate()+")" //show date of occasion | |||
var one_day=1000*60*60*24 | |||
var calculatediff="" | |||
calculatediff=Math.ceil((theoccasion.getTime()-today.getTime())/(one_day)) | |||
if (calculatediff<0){ //if bday already passed | |||
var nextyeartoday=new Date() | |||
nextyeartoday.setFullYear(today.getFullYear()+1) | |||
calculatediff=Math.ceil((nextyeartoday.getTime()-today.getTime())/(one_day)+calculatediff) | |||
} | |||
//Display message accordingly | |||
var pluraldayornot=(calculatediff==1)? "day" : "days" | |||
if (calculatediff>0) | |||
document.write("<em>"+calculatediff+" "+pluraldayornot+" "+beforeOccasionText+" "+showdate+"</em>.") | |||
else if (calculatediff==0) | |||
document.write("<b>"+onOccasiontext+" "+showdate+"!</b>") | |||
</script> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</html> | |||
== Wednesday, 25 August == | == Wednesday, 25 August == | ||
'''What should we think about the plan to build a mosque near the World Trade Center?''' | '''What should we think about the plan to build a mosque near the World Trade Center?''' |
Revision as of 01:30, 25 August 2010
Sitz im leben
Ordinary Time: Following Jesus
Wednesday, 25 August
What should we think about the plan to build a mosque near the World Trade Center?
- Perspectives
- Ecumenical issues: Judaism, Christianity, and Islam form a family of religions. All three claim to have descended from God's covenant with Abraham.
- Legal issues: Who has the right to stop a religious group from exercising their freedom of religion? Money talks.
- Matters of good taste: Is this the best way to "build bridges" between the culture of the United States and that of Islam?
- Sauce for the goose is sauce for the gander.
- Any laws written to make it hard for a controversial group to exercise its religious rights could be used against other religious groups in the nation.