// set up control variables... // if ( window.xx_even_color == null ) var xx_even_color = "white"; if ( window.xx_odd_color == null ) var xx_odd_color = xx_even_color; if ( window.xx_border == null ) var xx_border = "#666666"; if ( window.xx_header == null ) var xx_header = "Religious Headlines"; if ( window.xx_width == null ) var xx_width = 250; if ( window.xx_font == null ) var xx_font = "font:bold 9pt Arial, Helvetica; color:#333333; text-decoration:underline"; if ( window.xx_desc_font == null ) var xx_desc_font = "font: 8pt Arial, Helvetica; color:#333333; text-decoration:none"; var xx_bgcolors = new Array( xx_even_color, xx_odd_color ); var xx_doc = document; // assume no popup // does user want this inline or in popup? if ( window.xx_popup != null && window.xx_popup ) { var xx_window = window.open("","XX_POPUP","width=400, height=600"); xx_doc = xx_window.document; xx_doc.write('The wonderful popup!
'); } xx_doc.write('
' + xx_header + '
'); xx_doc.write('
'); xx_doc.write(''); xx_doc.write( '' + '' + '' ); xx_doc.write( '' + '' + '' ); xx_doc.write( '' + '' + '' ); xx_doc.write( '' + '' + '' ); xx_doc.write( '' + '' + '' ); xx_doc.write('
' + '' + '
' + 'Colombo promises that the resettlement of refugees will be completed by the end of January. As of today at least 160 thousand people still live in camps.' + '
' + '
' + '' + '
' + 'The origin of the blast gas leak. It is yet another incident recorded in a mine. As a rough estimate, in 2009 at least 3 thousand people have died in accidents incidents in various mines due to landslides, floods and explosions.' + '
' + '
' + '' + '
' + 'The year long celebrations concluded today. Cardinals and bishops from the Philippines, Vietnam, Hong Kong, Macao present. For the pope, the memory of the past serves to encourage evangelization in the present.' + '
' + '
' + '' + '
' + 'Hamas and Fatah seek agreement through Egyptian mediation. President Abbas confirms he does not want to run for another term. His mandate expires January 25 and the Palestinian Authority will have to find a temporary solution to manage the power vacuum until the vote.' + '
' + '
' + '' + '
' + 'Benedict XVI meets artists in the Sistine Chapel and calls for a renewed friendship between the "guardians of beauty" and the Church to give hope to the world and pluck man from banality and his slavery to materialism. The Pope’s full address to artists.' + '
' + '
'); if ( window.xx_popup != null ) { xx_doc.write('
'); }