function CriaArray (n) {

              this.length = n

              for (var i = 1 ; i <= n ; i++)

                   { this[i] = "" }   
}

/*----------------------- Links Foruns --------------------------------------*/
forum_links = 8
forum_name = new CriaArray (forum_links)
forum_link = new CriaArray (forum_links)
forum_name[1] = "3DInside"
forum_link[1] = "http://www.3dinside.com.br/"
forum_name[2] = "3D4all.org"
forum_link[2] = "http://www.3d4all.org"
forum_name[3] = "CgTalk"
forum_link[3] = "http://forums.cgsociety.org/"
forum_name[4] = "11Secondclub"
forum_link[4] = "http://www.11secondclub.com/"
forum_name[5] = "Quadro Chave"
forum_link[5] = "http://www.quadrochave.com.br/"
forum_name[6] = "Strut Your Reel"
forum_link[6] = "http://www.strutyourreel.com/forum/"
forum_name[7] = "Spungella"
forum_link[7] = "http://spungella.blogspot.com/"
forum_name[8] = "CG Char Aniamtion"
forum_link[8] = "http://www.cgchar-animation.com/"
forum_name[3] = "CgTalk"
forum_link[3] = "http://forums.cgsociety.org/"
forum_name[3] = "CgTalk"
forum_link[3] = "http://forums.cgsociety.org/"
forum_name[3] = "CgTalk"
forum_link[3] = "http://forums.cgsociety.org/"

/*----------------------- Links Friends --------------------------------------*/
friends_links = 13
friends_name = new CriaArray (friends_links)
friends_link = new CriaArray (friends_links)

friends_name[1] = "Sergio Minehira"
friends_link[1] = "http://www.sergiominehira.blogspot.com"
friends_name[2] = "Andre Forni"
friends_link[2] = "http://www.andreforni.com/AMBlog"
friends_name[3] = "Bartok"
friends_link[3] = "http://mauriciobartok.blogspot.com/"
friends_name[4] = "Thiago Lima"
friends_link[4] = "http://thiagolm.blogspot.com/"
friends_name[5] = "Rickmax"
friends_link[5] = "http://rickmax.blogspot.com/"
friends_name[6] = "Vitor Vilela"
friends_link[6] = "http://vitorvilela.blogspot.com"
friends_name[7] = "Rafael Ghencev"
friends_link[7] = "http://rafestuff.blogspot.com/"
friends_name[8] = "Richard Kazuo"
friends_link[8] = "http://riggerman.animationblogspot.com/"
friends_name[9] = "Marcelo Pasqua"
friends_link[9] = "http://marcelopasqua.blogspot.com"
friends_name[10] = "Vitor Vilela"
friends_link[10] = "http://vitorvilela.blogspot.com"
friends_name[11] = "Marcelo Ortiz (MrSolo)"
friends_link[11] = "http://mrsolo25.blogspot.com/"
friends_name[12] = "Gabriel Prezoto"
friends_link[12] = "http://www.prezoto.net/"
friends_name[13] = "Guilherme Gubert"
friends_link[13] = "http://guilhermegubert.blogspot.com/"

/*----------------------- Links School --------------------------------------*/
school_links = 7
school_name = new CriaArray (school_links)
school_link = new CriaArray (school_links)
school_name[1] = "Melies"
school_link[1] = "http://www.melies.com.br/"
school_name[2] = "Academia de Animacao"
school_link[2] = "http://www.academiadeanimacao.com.br"
school_name[3] = "Animation Mentor"
school_link[3] = "http://www.animationmentor.com/"
school_name[4] = "CalArts"
school_link[4] = "http://www.calarts.edu/"
school_name[5] = "Academy of Art University"
school_link[5] = "http://www.academyart.edu/"
school_name[6] = "Gobelins"
school_link[6] = "http://www.gobelins.fr/"
school_name[7] = "Supinfocom"
school_link[7] = "http://www.supinfocom.net/"

/*----------------------- Links Others --------------------------------------*/
others_links = 2
others_name = new CriaArray (others_links)
others_link = new CriaArray (others_links)
others_name[1] = "3DInside"
others_link[1] = "http://www.3dinside.com.br/"
others_name[2] = "3D4all.org"
others_link[2] = "http://www.3d4all.org"