// JavaScript Document

function redireccionar () {
	
	var url2="http://carlosphotography.com/site1024/index.html";
	var url1="http://carlosphotography.com";
    
	if ((screen.width <= 1024))
		window.location.href= url2; 
		//window.document.write("pantalla a 800");
	//else window.location.href = url1; 	
	
}
