anyone who has a facebook
will you please vote for my lil munchkin?? I put him in that gerber baby photo contest. And so far he’s got only 5 votes lol. Could use all the help we could get!
http://apps.facebook.com/gerberphotosearch/entry/107746/brendon.aspx
function entryFeedDialog() {
var params = {
method: ‘feed’,
link: ‘http://apps.facebook.com/gerberphotosearch/entry/107746/brendon.aspx’,
picture: ‘http://facebook.gerber.com/UploadedFiles/GerberFacebook/PS2/107746_cd.jpg’,
name: ‘How cute is Brendon?’,
caption: ‘http://apps.facebook.com/gerberphotosearch/entry/107746/brendon.aspx’,
description: ‘I just voted for this adorable face in the 2011 Gerber Generation Photo Search and you should too! You can come back every day and vote again.’,
actions:
[
{ name: ‘Vote’, link: ‘http://apps.facebook.com/gerberphotosearch/gallery.aspx’ }
]
};
// add if IE6 or IE7, otherwise it gets stuck on “Loading”
if (navigator.appVersion.(“MSIE 7.”) > -1 || navigator.appVersion.(“MSIE 6.”) > -1) {
params[“display”] = “popup”;
}
FB.ui(params);
}
function entrySendDialog() {
var params = {
method: ‘send’,
link: ‘http://apps.facebook.com/gerberphotosearch/entry/107746/brendon.aspx’,
picture: ‘http://facebook.gerber.com/UploadedFiles/GerberFacebook/PS2/107746_cd.jpg’,
name: ‘How cute is Brendon?’,
description: ‘I just voted for this adorable face in the 2011 Gerber Generation Photo Search and you should too! You can come back every day and vote again.’
};
// add if IE6 or IE7, otherwise it gets stuck on “Loading”
if (navigator.appVersion.(“MSIE 7.”) > -1 || navigator.appVersion.(“MSIE 6.”) > -1) {
params[“display”] = “popup”;
}
FB.ui(params);
}
</scr