Upcoming Events

no events match your query!

New Events

no events posted in last week

Blog Feeds

Anti-Empire

Anti-Empire

offsite link Russian Firms Rush to Buy Anti-Drone Def... Wed Apr 17, 2024 08:58 | Bloomberg

offsite link Ukraine Buys Huge Amounts of Russian Fue... Fri Jan 20, 2023 08:34 | Antonia Kotseva

offsite link Turkey Has Sent Ukraine Cluster Munition... Thu Jan 12, 2023 00:26 | Jack Detsch

offsite link New Israeli Government Promises to Talk ... Tue Jan 10, 2023 21:13 | Al Majadeen

offsite link Russia Training Iranian Pilots Ahead of ... Tue Jan 10, 2023 15:19 | The Times of Israel

Anti-Empire >>

The Saker
A bird's eye view of the vineyard

offsite link Alternative Copy of thesaker.is site is available Thu May 25, 2023 14:38 | Ice-Saker-V6bKu3nz
Alternative site: https://thesaker.si/saker-a... Site was created using the downloads provided Regards Herb

offsite link The Saker blog is now frozen Tue Feb 28, 2023 23:55 | The Saker
Dear friends As I have previously announced, we are now “freezing” the blog.  We are also making archives of the blog available for free download in various formats (see below). 

offsite link What do you make of the Russia and China Partnership? Tue Feb 28, 2023 16:26 | The Saker
by Mr. Allen for the Saker blog Over the last few years, we hear leaders from both Russia and China pronouncing that they have formed a relationship where there are

offsite link Moveable Feast Cafe 2023/02/27 ? Open Thread Mon Feb 27, 2023 19:00 | cafe-uploader
2023/02/27 19:00:02Welcome to the ‘Moveable Feast Cafe’. The ‘Moveable Feast’ is an open thread where readers can post wide ranging observations, articles, rants, off topic and have animate discussions of

offsite link The stage is set for Hybrid World War III Mon Feb 27, 2023 15:50 | The Saker
Pepe Escobar for the Saker blog A powerful feeling rhythms your skin and drums up your soul as you?re immersed in a long walk under persistent snow flurries, pinpointed by

The Saker >>

Lockdown Skeptics

The Daily Sceptic

offsite link News Round-Up Fri Apr 19, 2024 01:20 | Richard Eldred
A summary of the most interesting stories in the past 24 hours that challenge the prevailing orthodoxy about the virus and the vaccines, the ?climate emergency? and the supposed moral defects of Western civilisation.
The post News Round-Up appeared first on The Daily Sceptic.

offsite link The Scandal of the Thousands Sacked for Wrongthink Thu Apr 18, 2024 19:00 | C.J. Strachan
In the wake of the Cass Report vindicating critics of child gender transition, a workplace survey reveals that millions of British workers may have been sacked for falling foul of woke ideology.
The post The Scandal of the Thousands Sacked for Wrongthink appeared first on The Daily Sceptic.

offsite link Let?s Spare the Environment From the Greens Thu Apr 18, 2024 17:00 | Alan Bunce
From the 3,200 acre solar farm built on prime green belt farmland in Oxford to the 16 million Scottish trees felled to make way for wind farms, somehow we have to save the environment from the greens, says Alan Bunce.
The post Let’s Spare the Environment From the Greens appeared first on The Daily Sceptic.

offsite link The Insane World of Intersectional Climate Change Thu Apr 18, 2024 15:00 | Steven Tucker
Why are the mainstream media suddenly desperate to spuriously link climate change to unrelated woke issues like transgenderism? 'Intersectionality' is to blame for the insanity, says Steven Tucker.
The post The Insane World of Intersectional Climate Change appeared first on The Daily Sceptic.

offsite link Electric Car Demand Plunges Across Europe Thu Apr 18, 2024 13:00 | Will Jones
Electric car sales plummeted by 11.3% across Europe last month, rising to 29% in Germany, as demand dried up despite the EU's push to ban petrol and diesel vehicles by the middle of the next decade.
The post Electric Car Demand Plunges Across Europe appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Voltaire Network
Voltaire, international edition

offsite link The cost of war, by Manlio Dinucci Wed Apr 17, 2024 04:12 | en

offsite link Angela Merkel and François Hollande's crime against peace, by Thierry Meyssan Tue Apr 16, 2024 06:58 | en

offsite link Iranian response to attack on its consulate in Damascus could lead to wider warf... Fri Apr 12, 2024 13:36 | en

offsite link Is the possibility of a World War real?, by Serge Marchand , Thierry Meyssan Tue Apr 09, 2024 08:06 | en

offsite link Netanyahu's Masada syndrome and the UN report by Francesca Albanese, by Alfredo ... Sun Apr 07, 2024 07:53 | en

Voltaire Network >>

Examples of javascript code

Examples of javascript code you can use to show Indymedia Ireland articles on your site

JavaScript Syndication Examples

The examples below show you some of the ways that you can embed a JavaScript news feed into your webpage. The examples use some functions which are included in the dynamically generated newsfeed but you may of course study the JavaScript file yourself and write your own display methods using the array of stories provided.

Marquee Sample 1

This example shows a simple scrolling marquee

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>writeStoryMarquee();
</script>

Marquee Sample 2

This example also shows a scrolling marquee but illustrates how you can use the parameters to display the marquee differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,direction[up,down,left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryMarquee(100,200,"up","background-color=lightgreen; border:1px solid black");
</script>

Table Sample 1

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
writeStoryTable();
</script>

Table Sample 2

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.



To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,alignment[left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryTable(380,null,"left","background-color=#44AA44; border:1px solid black");

</script>
© 2001-2024 Independent Media Centre Ireland. Unless otherwise stated by the author, all content is free for non-commercial reuse, reprint, and rebroadcast, on the net and elsewhere. Opinions are those of the contributors and are not necessarily endorsed by Independent Media Centre Ireland. Disclaimer | Privacy