var server = new Array(10);
server[1]="http://www.galleryofcelebrities.com/";
server[2]="http://www.screencaptures.net/";

function mobile(q, servernum, celebid)
{
window.open("http://mpush.msolutions.cc/req.php?account=galleryofcelebrities&image=" + server[servernum] + celebid + q + ".jpg&caption=www.galleryofcelebrities.com+the+Gallery+of+Celebrities:+Thousands+of+Free+Celebrity+Pictures","_MPUSH","width=640,height=420,titlebar=1,resizable=1,scrollbars=1");
}

function mob(servernum, celebid)
{
window.open("http://mpush.msolutions.cc/req.php?account=galleryofcelebrities&image=" + server[servernum] + celebid + ".jpg&caption=www.galleryofcelebrities.com+the+Gallery+of+Celebrities:+Thousands+of+Free+Celebrity+Pictures","_MPUSH","width=640,height=420,titlebar=1,resizable=1,scrollbars=1");
}
