$(document).ready(function(){
    $('#flash-button').flash({
        src: 'flash/Button.swf',
        height: 199,
        width: 199,
    });
    $('#flash-phone').flash({
    	src: 'flash/App.swf',
        height: 150,
        width: 150,
    });
});
