Upcoming Events

no events match your query!

Blog Feeds

Public Inquiry
Interested in maladministration. Estd. 2005

offsite link RTEs Sarah McInerney ? Fianna Fail?supporter? Anthony

offsite link Joe Duffy is dishonest and untrustworthy Anthony

offsite link Robert Watt complaint: Time for decision by SIPO Anthony

offsite link RTE in breach of its own editorial principles Anthony

offsite link Waiting for SIPO Anthony

Public Inquiry >>

Lockdown Skeptics

The Daily Sceptic

offsite link News Round-Up Mon Oct 06, 2025 01:21 | Richard Eldred
A summary of the most interesting stories in the past 24 hours that challenge the prevailing orthodoxy about the ?climate emergency?, public health ?crises? and the supposed moral defects of Western civilisation.
The post News Round-Up appeared first on The Daily Sceptic.

offsite link Elon Musk Plans to Take on Wikipedia With ?Grokipedia? Sun Oct 05, 2025 19:00 | Richard Eldred
Elon Musk is taking on 'Wokepedia' with Grokipedia, an AI-powered encyclopedia aiming to cut bias, fix errors and add missing context.
The post Elon Musk Plans to Take on Wikipedia With ?Grokipedia? appeared first on The Daily Sceptic.

offsite link Pope Leo ? a Chip Off the Old Block (of Ice) Sun Oct 05, 2025 17:00 | Dr Roger Watson
Pope Leo XIV is basically Francis 2.0 ? soft on migration, preaching LGBTQWERTY wokery and now going 'full Greta' by blessing Arctic ice like it's holy water, says Dr Roger Watson.
The post Pope Leo ? a Chip Off the Old Block (of Ice) appeared first on The Daily Sceptic.

offsite link Should we Abandon Liberal Democracy in Favour of the Singaporean Model? Sun Oct 05, 2025 15:00 | Toby Young
For those who think liberal democracy is the best form of government, Singapore poses a challenge. It's a technocratic, one-party state characterised by ruthless central planning. Yet it's been astonishingly successful.
The post Should we Abandon Liberal Democracy in Favour of the Singaporean Model? appeared first on The Daily Sceptic.

offsite link Net Zero Crumbling Slowly at First, Then Suddenly Sun Oct 05, 2025 13:00 | David Turver
Net Zero has been slowly crumbling for years and is now entering the sudden collapse stage, says David Turver. The only people still backing it are the reality-denying zealots of DESNZ and the Climate Change Committee.
The post Net Zero Crumbling Slowly at First, Then Suddenly appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Voltaire Network
Voltaire, international edition

offsite link Will intergovernmental institutions withstand the end of the "American Empire"?,... Sat Apr 05, 2025 07:15 | en

offsite link Voltaire, International Newsletter N?127 Sat Apr 05, 2025 06:38 | en

offsite link Disintegration of Western democracy begins in France Sat Apr 05, 2025 06:00 | en

offsite link Voltaire, International Newsletter N?126 Fri Mar 28, 2025 11:39 | en

offsite link The International Conference on Combating Anti-Semitism by Amichai Chikli and Na... Fri Mar 28, 2025 11:31 | 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-2025 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