/*********
This code; simple though it may be is Copyright 2009 Gareth Llewellyn
*********/

if(typeof EmbedKey == "undefined") 
{
	var EmbedKey = 'none';
}

if(typeof Type == "undefined") 
{
	var Type = '';
}

if(typeof Region == "undefined") 
{
	var Region = '0';
}

if(typeof Long == "undefined") 
{
	var Long = '';
}

if(typeof Lat == "undefined") 
{
	var Lat = '';
}

if(typeof Zoom == "undefined") 
{
	var Zoom = '';
}

if(typeof Width == "undefined") 
{
	//var Width = '500';
	var Width = '100%';
}

if(typeof Height == "undefined") 
{
	var Height = '600';
}

if(typeof Controls == "undefined")
{
        var Controls = 'false';
}


document.write('<iframe src="http://www.airsoftmap.net/Embed.php?EmbedCode='+EmbedKey+'&Type='+Type+'&Region='+Region+'&Long='+Long+'&Lat='+Lat+'&Zoom='+Zoom+'&Controls='+Controls+'" width="'+Width+'" height="'+Height+'"  frameborder="0" scrolling="no"></iframe>');
document.write('<br/><a href="http://www.AirsoftMap.net/">Airbana Airsoft Map</a>');

