window.onload = function() {
var cssFile = document.createElement("link");
cssFile.setAttribute("rel", "stylesheet");
cssFile.setAttribute("type", "text/css");
cssFile.setAttribute("href", "http://c.mojopages.com/mstatic/styles/bizWidgetEmbed.css");
document.getElementsByTagName( "head" )[0].appendChild( cssFile );
updateRank();
}
// Update Current Rank and other variables (ie Voting countdown timer, reviews)
function updateRank()
{
var currentRank = 2;
//For Medium and Skyscraper widgets, update current Rank. Small widget does not show rank.
if (!document.getElementById( "mojo_widget_" + 1559948 ).className.match(/mojoSmallWidget/) )
{
if (currentRank >= 1 && currentRank <= 10)
{
if (currentRank == 1)
{
document.getElementById( "currentRank_" + 1559948 ).className = 'mojo1stPlace';
}
else if (currentRank <= 5)
{
document.getElementById( "currentRank_" + 1559948 ).className = 'mojoTop5';
}
else
{
document.getElementById( "currentRank_" + 1559948 ).className = 'mojoTop10';
}
}
else
{
//If outside of Top 10 or biz does not have any reviews, display Nominated and remove "Currently Ranked" text
document.getElementById( "currentRank_" + 1559948 ).className = 'mojoNominated';
document.getElementById( "mojoCurrentlyRanked" ).innerHTML = ''; //remove "Currently Ranked" text
}
//Medium Widget
if ( document.getElementById( "mojo_widget_" + 1559948 ).className.match(/mojoMediumWidget/) )
{
//Update total votes count
document.getElementById( "numVotes_1559948" ).innerHTML = 15;
//Modify 'flourishes' background image for correct alignment for nominated vs. top x
if ( document.getElementById( "currentRank_" + 1559948 ).className == 'mojoNominated' ) {
document.getElementById( "mojoRankWrapper" ).className = 'nominated';
}
//Start Countdown timer for Medium and Skyscraper sizes
GetCount();
}
//Skyscraper Widget
if ( document.getElementById( "mojo_widget_" + 1559948 ).className.match(/mojoSkyscraperWidget/) )
{
//Update spacing for "Nominated"
if ( document.getElementById( "currentRank_" + 1559948 ).className == 'mojoNominated' )
{
document.getElementById( "mojoRankWrapper" ).style.backgroundPosition = "45px 0";
document.getElementById( "currentRank_1559948" ).style.top = "16px";
}
//Insert reviews
document.getElementById( "reviews_1559948" ).innerHTML = ''; //clear previous values
var liTag = '
Best Drainfield Repair and Installation Service Company in TownI called Frank Gay Plumbing to get a septic drainfield replacement price. So I got a free estimate from Frank Gay and two other septic companies in Orlando. Total and Lapin Septic prices for a new drain field were a lot more expensive than Frank Gay Plumbing, so it was not hard to make a final decision. They also have an amazing reputation in town, so I probably would have chosen Frank Gay Plumbing even if the cost was a little more. They did the drain field installation in one day and the plumbers did a wonderful job. The plumbers also didn't leave a mess of my yard. They even said they "would treat my yard as if it was their own". It's refreshing to get great service for my money these days. It seems like every time I have a problem with my plumbing or air conditioning equipment that these repairmen are always in a big hurry and do a lack luster job, or they leave a mess of my house. I would suggest Frank Gay Plumbing and Septic Service to anyone looking for a great Service company in Orlando!
';
document.getElementById( "reviews_1559948" ).innerHTML += liTag;
var liTag = 'Frank Gay Services has Superb septic tank repair serviceThis septic repair company has always exceeded my expectations! This time Frank Gay saved me $550 on a drainfield installation at my rental home in Apopka - I got a drain field replacement estimate from Total Septic and Brownies as well and Frank Gay Plumbing beat both estimates by far. If you need any septic services in the orlando area I would call FGP!
';
document.getElementById( "reviews_1559948" ).innerHTML += liTag;
var liTag = 'A great Air Conditioning Repair Service CompanyLow prices on Air Conditioning repair service from Frank Gay. I thought Frank Gay was just a plumbing company, but when I found out I needed a new air conditioner I found Frank Gay's A/C ad in the yellow pages. I bought a brand new Goodman air conditioning unit from them and got free installation. I saved over $400 on my A/C system. I know because i called another 4 local air conditioning companies here in Orlando and let the prices speak for themselves. Very good warranty included as well, and I'm sure Frank Gay Air Conditioning will be up in running in the future to honor the warranty if anything needs repairing.
';
document.getElementById( "reviews_1559948" ).innerHTML += liTag;
var liTag = 'Good Prices on Solar Water Heating System InstallationThe Best Solar Water Heater Installation Service Company in Orlando. I had some plumbers from frank gay plumbing come to my home to install a solar water heating system and they did a fantastic job!! They had the lowest price in town for the solar heating system i wanted. The plumbers made it even a better experience because of how kind and professional they were. Keep up the job work! If anyone in Orlando wants a Solar Water Heater Installation these are your guys!
';
document.getElementById( "reviews_1559948" ).innerHTML += liTag;
var liTag = 'Best Air Conditioning Installation Service Company in OrlandoFrank Gay's Air Conditioning Service Division in Orlando is Top Notch! I bought a new Carrier Air Conditioner Unit from Frank Gay A/C & Heating. I checked prices for Carrier HVAC Systems at 4 different Air Conditioning Installation Service Companies in Orlando, including Frank Gay A/C. They had the lowest price on Carrier Air Conditioners, and on top of that Frank Gay does Free Installations when you purchase a new Air Conditioner from them. The guys that did the A/C install were very friendly, and definitely professional. I could tell these Air Conditioning Mechanics knew exactly what they were doing, and they explained to me what they were doing through-out the Air Conditioner Installation. Very nice guys, and very knowledgeable in their field of expertise! I also did not realize how much energy I was going to save. My power bills are now about 30% to 35% lower, because of new HVAC technology and now the Air Conditioner does not have to work as hard to cool down my house. I also am getting back $1500 tax credit, because I bought a energy efficient A/C system. I am very happy with my new Carrier Air Conditioning Unit. With all the savings on my power bill, and the tax credit im getting. This Carrier AC system is basically Free! I highly recommend Frank Gay AC & Heating Company to anyone in Orlando or Tampa, FL that needs a new Heating and Cooling unit. Frank Gay Air Conditioning also does HVAC Repair too, if you are having any problems with your current heating and cooling system. Thanks again, Frank Gay AC !
';
document.getElementById( "reviews_1559948" ).innerHTML += liTag;
//Start Countdown timer for Medium and Skyscraper sizes
GetCount();
}
}
}
var thisDay = new Date();
var dateFutureYear = thisDay.getFullYear(); //use same 4 digit year as current year
var dateFutureMonth = thisDay.getMonth() + 1; //get 0-11 month, add 1 to offset array position
var dateFutureDay = 0; //set day, hour, min, sec to Sunday at 00:00 when awards voting ends
var dateFutureHours = 0;
var dateFutureMins = 0;
var dateFutureSeconds = 0;
var dateFuture = new Date( 1357027200000 );
function GetCount(){
var dateNow = new Date(); //grab current date
var amount = dateFuture.getTime() - dateNow.getTime(); //calc milliseconds between dates
delete dateNow;
// time is already past
if (amount < 0) {
//document.getElementById('countbox_biz_details').innerHTML="MojoAwards countdown complete!";
} else { // date is still good
var days = 0;
var hours = 0;
var mins = 0;
var secs = 0;
var out = "";
amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs
days=Math.floor(amount/86400);//days
if ( days < 10 ) {
days = "0" + days;
}
amount=amount%86400;
hours=Math.floor(amount/3600);//hours
if ( hours < 10 ) {
hours = "0" + hours;
}
amount=amount%3600;
mins=Math.floor(amount/60);//minutes
if ( mins < 10 ) {
mins = "0" + mins;
}
amount=amount%60;
secs=Math.floor(amount);//seconds
if ( secs < 10 ) {
secs = "0" + secs;
}
document.getElementById('days').innerHTML = days;
document.getElementById('hours').innerHTML = hours;
document.getElementById('mins').innerHTML = mins;
document.getElementById('secs').innerHTML = secs;
setTimeout("GetCount()", 1000);
}
}