<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> MISTERY FUN TEENS PRODUCTIONS <% if request.QueryString("MenuId") = "" then response.Redirect("?MenuId=mAccueil") end if%>
Mistery Fun Teens
<% dim path if request.QueryString("MenuId") = "mAccueil" then path = "Accueil\Accueil.asp" end if if request.QueryString("MenuId") = "mBiographie" then path ="Biographie\Biographie.asp" end if if request.QueryString("MenuId") = "mDiscographie" then path ="Discographie\Discographie.asp" end if if request.QueryString("MenuId") = "mAlbums" then path ="Discographie\Albums.asp" end if if request.QueryString("MenuId") = "mSingles" then path ="Discographie\Singles.asp" end if if request.QueryString("MenuId") = "mTitres" then path ="Discographie\Titres.asp" end if if request.QueryString("MenuId") = "mFotoblog" then path="Fotoblog\Fotoblog.asp" end if if request.QueryString("MenuId") = "mMedia" then path="Media\Media.asp" end if if request.QueryString("MenuId") = "mVideo" then path="http://s266.photobucket.com/albums/ii259/djtalosic/" end if if request.QueryString("MenuId") = "mAudio" then path="http://s270.photobucket.com/albums/jj84/djtalomp3/" end if if request.QueryString("MenuId") = "mContact" then path="Contact\Contact.asp" end if %>