/*
 * Rotacion Banners 
 * (c) 3208-3209 Gustavo Quiroga 
 *
 */

s_date=new Date();
day=new Date();
x=day.getHours();
min=day.getMinutes();

if(s_date.getDay() == 1) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 2) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 3) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 4) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 5) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 6) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
} else 
if(s_date.getDay() == 0) {
if (x>=0 && x<24) 
document.write('<iframe src="deploy/dep.html" width="320" height="230" frameborder="0"></iframe>')
}   


