$(document).ready(function() {
        $("#calloutpro1 a").qtip({
            content: {
                url: '/tooltip/top-vent/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

	$("#calloutpro2 a").qtip({
            content: {
                url: '/tooltip/electric-starter/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });
	
	$("#calloutpro3 a").qtip({
            content: {
                url: '/tooltip/ash-drawer/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

	$("#calloutpro4 a").qtip({
            content: {
                url: '/tooltip/bottom-vent/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

	$("#calloutpro5 a").qtip({
            content: {
                url: '/tooltip/interior/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

        $("#calloutclassic1 a").qtip({
            content: {
                url: '/tooltip/vent/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

	$("#calloutclassic2 a").qtip({
            content: {
                url: '/tooltip/ceramic-design/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });
	
	$("#calloutclassic3 a").qtip({
            content: {
                url: '/tooltip/cooking-grate/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

	$("#calloutclassic4 a").qtip({
            content: {
                url: '/tooltip/interior/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 1,
                    color: '#696868'
                },
                //tip: 'topLeft',
                width: 350
		}
        });

});
