﻿function AlertMsg()
{
	var Exp="";
	Exp+="ممنون از حضور سبزت"
	Exp+="\n\n"
	Exp+="بالاخره وب سايتمون راه افتاد"
	Exp+="\n\n"
	Exp+="بله 1Doost.com رو ميگم ..."
	Exp+="\n\n"
	Exp+="از اين به بعد ميتونين تشريف بيارين همينجا ..."

	return Exp;
	
}



function ShowWelcome()
{
	alert(AlertMsg());
}

function GetDoost()
{
	document.location="http://1doost.com/?Link=Shelterless.blogfa.com";
}

function ShowWelWin()
{
	showModalDialog("http://1doost.com/View/Shelterless/BlogfaLink/","","dialogWidth:507px; dialogHeight:355px; status:no; center:yes");
}

