|)>','as');
//result = nContent.match('/<.*?script.*?>.*?<\/.*?script.*>/gm');
//dbg = 'Hallados: '+result+'
';
tObj.innerHTML =nContent;//+dbg;
//document.write(aContent);
Nifty("div#tabSelected","tl tr");
Nifty("div#tabNotSelected","tl tr");
//alert(photoArr);
}
function stateChanged()
{
if (xmlHttp.readyState==4)
{
replaceContent(gTarget,xmlHttp.responseText);
}
}
function GetXmlHttpObject()
{
var xmlHttp=null;
try
{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
catch (e)
{
// Internet Explorer
try
{
xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
if (xmlHttp==null)
{
alert ("Your browser does not support AJAX! upgrade your system");
return;
}
return xmlHttp;
}
function loadEventMiniSite(aId){
//alert(aId);
getAjaxContent("fichaEvento.php","id="+aId,"realContent");
//return nil;
};
function loadEventMiniSitePrices(aId){
//alert(aId);
getAjaxContent("preciosEvento.php","id="+aId,"realContent");
//return nil;
};
function loadEventMiniSitePatros(aId){
//alert(aId);
getAjaxContent("patrosEvento.php","id="+aId,"realContent");
//return nil;
};
function toticketmaster(aId){
window.open("http://www.ticketmaster.com.mx");
};
function sectionLoad(aSectionName){
getAjaxContent("index.php","sn="+aSectionName+"&ajx=1","realContent");
//this.location="index.php?sn="+aSectionName;
};
function buscae(){
getAjaxContent("buscaEvento.php","palabra="+document.buscaev.keyword.value,"realContent");
}
function logMedios(){
getAjaxContent("medios.inc.php", "username="+document.flogin.username.value+
"&pass="+document.flogin.pass.value+
'&btn_submit=2',"realContent");
}
function logPromotores(){
getAjaxContent("promotores.inc.php", "username="+document.flogin.username.value+
"&pass="+document.flogin.pass.value+
'&btn_submit=2',"realContent");
}
function logPatrocinadores(){
getAjaxContent("patrocinadores.inc.php", "username="+document.flogin.username.value+
"&pass="+document.flogin.pass.value+
'&btn_submit=2',"realContent");
}
function regMedios(){
getAjaxContent("regmedio.inc.php", "nombre="+document.fregistro.nombre.value+
"&paterno="+document.fregistro.paterno.value+
"&materno="+document.fregistro.materno.value+
"&medio="+document.fregistro.medio.value+
"&email="+document.fregistro.email.value+
"&cargi="+document.fregistro.cargi.value+
"&telefono="+document.fregistro.telefono.value+
'&btn_submit=2',"dregistro");
}
function regPromotores(){
getAjaxContent("regpromotores.inc.php", "nombre="+document.fregistro.nombre.value+
"&paterno="+document.fregistro.paterno.value+
"&materno="+document.fregistro.materno.value+
"&medio="+document.fregistro.medio.value+
"&email="+document.fregistro.email.value+
"&cargi="+document.fregistro.cargi.value+
"&telefono="+document.fregistro.telefono.value+
'&btn_submit=2',"dregistro");
}
function regPatrocinadores(){
getAjaxContent("regpatrocinadores.inc.php", "nombre="+document.fregistro.nombre.value+
"&paterno="+document.fregistro.paterno.value+
"&materno="+document.fregistro.materno.value+
"&medio="+document.fregistro.medio.value+
"&email="+document.fregistro.email.value+
"&cargi="+document.fregistro.cargi.value+
"&telefono="+document.fregistro.telefono.value+
'&btn_submit=2',"dregistro");
}
function contacto(){
getAjaxContent("contacto.inc.php", "nombre="+document.fcontacto.nombre.value+
"&email="+document.fcontacto.email.value+
"&comentario="+document.fcontacto.comentario.value+'&btn_submit=2',"realContent");
}
function registroCS(){
getAjaxContent("registroCS.inc.php", "nombre="+document.fregistroCS.nombre.value+
"&email="+document.fregistroCS.email.value+
'&btn_submit=2',"regCS");
}
function contacto2(){
getAjaxContent("contacto.inc.php", "nombre="+document.fcontacto.nombre.value+
"&email="+document.fcontacto.email.value+
"&comentario="+document.fcontacto.comentario.value+'&btn_submit=2&c=2',"perpetualContact");
}
function outSession(aDest){
getAjaxContent(aDest+".inc.php", "logout=1","realContent");
}
function finishLoad(){
}
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 45;
// -----------------------------------------------------------------------------
//-->
|
|
|
|
|
|
|
|
|
|
|
|