// Created by iWeb 2.0.4 local-build-20081103

function createMediaStream_id2() { 
	return IWCreatePhotocast("archivos_files/rss.xml",false,true);
	}
function initializeMediaStream_id2() {
	//createMediaStream_id2().load('file://localhost/Sitio_web',function(imageStream){
	createMediaStream_id2().load('',function(imageStream){
	var entryCount=imageStream.length;
	var headerView=widgets['widget0'];
	headerView.setPreferenceForKey(imageStream.length,'entryCount');
	NotificationCenter.postNotification(new IWNotification('SetPage','id2',{pageIndex:0}));});
	}

function layoutMediaGrid_id2(range) {
	//createMediaStream_id2().load('file://localhost/Sitio_web',function(imageStream) {
	createMediaStream_id2().load('',function(imageStream) {	
	if(range==null) {
		range=new IWRange(0,imageStream.length);
		}
	IWLayoutPhotoGrid('id2',new IWPhotoGridLayout(3,new IWSize(260,173),new IWSize(165,0),new IWSize(260,173),20,20,0,new IWSize(2,2)),new IWEmptyStroke(),imageStream,range,null,null,1.000000,{
		backgroundColor:'#030A09',reflectionHeight:100,reflectionOffset:2,captionHeight:0,fullScreen:1,transitionIndex:2},'archivos_files/Media/slideshow.html','widget0','widget1','widget2')});
		}
function relayoutMediaGrid_id2(notification){
	var userInfo=notification.userInfo();
	var range=userInfo['range'];
	layoutMediaGrid_id2(range);}
function onStubPage(){
	var args=getArgs();
	parent.IWMediaStreamPhotoPageSetMediaStream(createMediaStream_id2(),args.id);
	}
if(window.stubPage){
	onStubPage();
	}
setTransparentGifURL ('archivos_files/Media/transparent.gif');
function hostedOnDM(){
	return false;
}

function onPageLoad() {
	IWRegisterNamedImage('comment overlay','archivos_files/Media/Photo-Overlay-Comment.png');
	IWRegisterNamedImage('movie overlay','archivos_files/Media/Photo-Overlay-Movie.png');
	IWRegisterNamedImage('contribution overlay','archivos_files/Media/Photo-Overlay-Contribution.png');
	loadMozillaCSS('estilMoz.css');
	adjustLineHeightIfTooBig('id1');
	adjustFontSizeIfTooBig('id1');
	NotificationCenter.addObserver(null,relayoutMediaGrid_id2,'RangeChanged','id2');
	adjustLineHeightIfTooBig('id3');
	adjustFontSizeIfTooBig('id3');
	fixAllIEPNGs('archivos_files/Media/transparent.gif');
	Widget.onload();
	fixupIECSS3Opacity('id4');
	initializeMediaStream_id2();
	performPostEffectsFixups()
	}

function onPageUnload(){
	Widget.onunload();
	}

