//This file contains all the dynamic data for the Audition Downloads page
//
//Please don't alter anything outside the quotes
//

var download_links = new Array(

// pando  client download
"http://download2.nexon.net/Game/Mabinogi/Downloader/MabinogiDownloaderV52R.exe",

// full client download
"http://download3.nexon.net/Game/Mabinogi/FullVersion/MabinogiSetup52R.exe",

// client without npc music files
"http://download2.nexon.net/Game/Mabinogi/LightVersion/MabinogiSetupLight52R.exe",

// npc music files
"http://download2.nexon.net/Game/Mabinogi/LightVersion/MabinogiMP3US.exe",

// manual patch domnload 
"http://download2.nexon.net/Game/Mabinogi/Patch/ManualPatch52R.exe"

);