﻿/*Cette fonction génére le code d'invocation en mode iframe des publicités OpenX en y ajoutant un numéro «random» */
function openx_iframe(iframeId, adId, zoneId, adWidth, adHeight)
{
//	var randomNumber = Math.floor(Math.random()*99999999999);
//	document.write("<iframe id='" + iframeId + "' name='" + iframeId + "' src='http://ads.equipespectra.ca/openx/www/delivery/afr.php?n=" + iframeId + "&amp;zoneid=" + zoneId + "&amp;cb=" + randomNumber + "' framespacing='0' frameborder='no' scrolling='no' width='" + adWidth + "' height='" + adHeight + "' allowtransparency='true'><a href='http://ads.equipespectra.ca/openx/www/delivery/ck.php?n=" + adId + "&amp;cb=" + randomNumber + "' target='_blank'><img src='http://ads.equipespectra.ca/openx/www/delivery/avw.php?zoneid=" + zoneId + "&amp;cb=" + randomNumber + "&amp;n=" + adId + "' border='0' alt='' /></a></iframe>");
}
