/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

var bust=Math.round(Math.random()*10000000000);
switch(location.host) {
    case "musica2009.stg":
    case "www.musica.iol.pt":
        document.write('<iframe src="http://ads.iol.pt/html.ng/Site=musica&amp;Local=hp&amp;pagepos=130&amp;type=0000x0000-PIXEL&bust='+bust+'" scrolling="no" frameborder="0" width="1" height="1"></iframe>');
    break;
    default:
        document.write('<iframe src="http://ads.iol.pt/html.ng/Site=musica&amp;pagepos=129&amp;type=0000x0000-PIXEL&bust='+bust+'" scrolling="no" frameborder="0" width="1" height="1"></iframe>');
    break;
}